I need to add some columns to a little module, in another theme I used (Cloud Host maybe?) There was a basic div structure that would take care of it something along the lines of:
- Code: Select all
<div class="gkcolumns" data-cols="3">
<div>
1st Column Content Goes Here
</div>
<div>
2nd Column Content Goes Here
</div>
<div>
3rd Column Content Goes Here
</div>
</div>
Hoes do I achieve this with the John S template?
Thanks
Pete