Home › Forums › CSS › Problem tab text making center › Re: Problem tab text making center
January 5, 2012 at 1:09 pm
#94059
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;
}