Our Support Team will be observing our quarterly Maintenance Week the week of March 23. During this time, configuration work will be on hold and will resume the week of March 30. We’ll remain available for issues as normal.
Popular searches
<% var getColumnClasses = function(numberColumn) {
var classNames = '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;
} %>