Column CSS

Multipurpose WordPress Theme Forum Support
GK User
Thu Oct 15, 2015 1:03 pm
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
User avatar
Senior Boarder

GK User
Thu Oct 15, 2015 8:31 pm
Hi,

Please use the following syntax (it's 4 column layout):
Code: Select all
<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>
User avatar
Moderator

GK User
Thu Oct 15, 2015 9:19 pm
Thank you.

M
User avatar
Senior Boarder


cron