John S- Adding Columns to Custom HTML module

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jan 11, 2015 10:58 am
Reply with quote
Report this post
Hi,
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
User avatar
Fresh Boarder

GK User
Sun Jan 11, 2015 11:04 am
Reply with quote
Report this post
Code: Select all
<div class="cols-3">
   <div class="column-1">
      1st Column Content Goes Here
   </div>
   <div class="column-2">
      2nd Column Content Goes Here
   </div>
   <div class="column-3">
      3rd Column Content Goes Here
   </div>
</div>
User avatar
Moderator

GK User
Sun Jan 11, 2015 9:16 pm
Reply with quote
Report this post
Thanks Cyberek!
User avatar
Fresh Boarder

GK User
Tue Jan 13, 2015 6:00 pm
Reply with quote
Report this post
Did it work for you?
User avatar
Moderator


cron