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

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35974
    shaifshahin
    Participant

    on my site I am having problem with tabs text align
    the Active tab title text align is centered, but inactive tab title text not centered.
    http://facebookmenupages.com/benifits/
    heres the link
    Also snapshot my problem
    http://dl.dropbox.com/u/16583931/css.png

    Anyone help me?

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.