Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem tab text making center Re: Problem tab text making center

#94059
TheDoc
Member
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a {
width: 50%; /* CHANGE THIS TO 96% */
text-align: center;
}