Duplicate messages:Ā Before posting a question, please check that it has not already been asked. It is recommended that you reply to an existing thread as opposed to opening a new one. Topics that have already been covered may be deleted to maintain the order and coherence of the forum.
Have a nice day š
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Opmerkingen
1 opmerking
Hi lindholt,
Your question has already been addressed here : Spare part for wind and rain gauge - How do I obtain these spare parts?
Welcome - Forum guidelines
Duplicate messages:Ā Before posting a question, please check that it has not already been asked. It is recommended that you reply to an existing thread as opposed to opening a new one. Topics that have already been covered may be deleted to maintain the order and coherence of the forum.
Have a nice day š