New Landing How can we help? Themeforest Theme Support Neighborhood Dynamically centering tabs on

Viewing 10 posts - 1 through 10 (of 10 total)
  • #161204
    jeff_quade
    Member
    Post count: 37

    I have two separate sets of tabs on two separate pages and I would like to have them dynamically center and be able to change the color of the text and make it bold on the selected tab.
    I have tried a few options from the forum such as

    ul.nav-tabs {
    padding-left: 24%;
    }
    This works sort of but it only pushes the tabs left and does not dynamically center them.

    and

    div.full-width-text div.spb_tabs_wrapper{text-align:center !important;}
    .spb_tabs .nav-tabs{display:inline-block !important; }

    This one seems to do nothing

    #161307
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with tabs and attach a marked screenshot.
    Thanks
    Mohammad

    #161437
    jeff_quade
    Member
    Post count: 37
    This reply has been marked as private.
    #161686
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove your code and use this code:-

    .spb_tabs ul.nav-tabs{
    display: inline-block !important;
    text-align: center !important;
    margin: auto !important;
    padding: auto !important;
    }

    Thanks
    Mohammad

    #161729
    jeff_quade
    Member
    Post count: 37

    This did nothing.

    #161732
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last code and use this new code:-

    .spb_tabs ul.nav-tabs {
        display: inline-block !important;
        text-align: center !important;
        margin: 0px auto !important;
        padding: 0 4% !important;
    }

    Thanks
    Mohammad

    #161735
    jeff_quade
    Member
    Post count: 37

    Ok great. That worked for centering. Thank you.

    The other part of my request was to be able to apply a color to the selected tab as well as change the color of the selected tab text.

    #161740
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_tabs .nav-tabs li.active a {
        border-bottom-color: transparent;
        color: #ff0000 !important;
        font-weight: bold !important;
    }

    Thanks
    Mohammad

    #161744
    jeff_quade
    Member
    Post count: 37

    I was able to change the text color. But when the text turns bold it pushes the tabs into a second line below. So that will not work.

    How do i change the color of the selected tab?

    So when someone selects a tab the tab itself should change to a specified color and also change the color of the text to a specified color.

    #161748
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last code use this custom css code:-

    .spb_tabs .nav-tabs li.active a {
        border-bottom-color: transparent;
        color: #2A7FB6 !important;
        font-weight: bold !important;
        font-size: 13px;
        background:#eee !important;
    }

    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register