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.
.gkTabsNav {
text-align: center;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
display: inline-block;
float: none;
}