Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #747474

    Hi,
    I managed to get the TAB element titles to the bottom of the TAB area.
    It is aligned to the left now. How can i center align this element?
    I used the following code:

    #top .tab_titles {
        position: absolute;
        bottom: 0; }
    
    #top .tabcontainer {
        padding-bottom: 50px; }

    THX Freek

    • This topic was modified 7 years, 10 months ago by Freek.
    #748350

    I managed to center the TAB title with this code:

    .tab_titles {
        text-align: center !important;
    }
    
    .tab_titles .tab {
        display: inline-block !important;
        float: none !important;
    }

    case closed!
    THX Freek

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tab element Title position’ is closed to new replies.