Hi,
I would like to know if there is columns option in Quark template? Something like column class that you have an option to call with html in page section.
Thank you.
Matej
<div class="gk-cols" data-cols="4">
<div>
content of 1st column
</div>
<div>
content of 2nd column
</div>
<div>
content of 3rd column
</div>
<div>
content of 4th column
</div>
</div>