Align middle tabs title of tabs gk5

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Dec 27, 2014 12:46 pm
Bonjour

I use joomla 3.3.6 and tabs gk5 (style 3).

Tabs title are by default “align left” at top.

Is it possible to “align middle” the 3 or 4 or 5 tabs title always at top ?

Merci.
User avatar
Fresh Boarder

teitbite
Sat Dec 27, 2014 5:51 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sat Dec 27, 2014 7:13 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkTabsNav {
    text-align: center;
}

.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
    display: inline-block;
    float: none;
}
User avatar
Moderator

GK User
Sat Dec 27, 2014 9:07 pm
Many thanks.

OK "text-align: center" was not enough.

It's perfect.

Merci beaucoup.
User avatar
Fresh Boarder

teitbite
Sun Dec 28, 2014 9:23 am
Hi

Yes, the second class was a key to success :) Glad I could help.
User avatar
Moderator


cron