Which GK5tab css file controls tab title spacing?

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
Wed Aug 28, 2013 10:02 pm
Reply with quote
Report this post
The quickstart had 5 tab positions with titles that were evenly spaced, I removed one, now remaining tab titles are not evenly spaced. Which css file or module element control spacing? Please find attach image showing area needing adjustment.

Thanks in advance
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 10:37 pm
Reply with quote
Report this post
I can't see your attachment but try following css code increasing padding.

Increase 25px to your required value.
Code: Select all
.gkTabsWrap.vertical ol li { padding: 0 25px 0 0; }


If you need it for certain tabs module then add module id in the beginning such as below.
Code: Select all
#gk-tabs-155 .gkTabsWrap.vertical ol li { padding: 0 25px 0 0; }


You can add above css to override.css and enable css override option in template settings > advanced settings > css override "on".
User avatar
Platinum Boarder


cron