Column widths

Support forum dedicated to GavickPro free and premium WordPress themes.
GK User
Fri May 30, 2014 8:49 am
Hi, how can I set column widths using the shortcode? i.e. one third and two thirds?
User avatar
Fresh Boarder

GK User
Sat May 31, 2014 2:50 pm
Hi,

Please use this code:

Code: Select all
[columns width="50,25,25"]
[column]Content for the first column[/column]
[column]Content for the second column[/column]
[column]Content for the third column[/column]
[/columns]


width=50,25,25
first coumns - 50%
second - 25%
third - 25%
User avatar
Moderator

GK User
Mon Jun 02, 2014 3:26 pm
That works a treat, thanks very much! :D
User avatar
Fresh Boarder


cron