#7752

Intense Visions
Keymaster

Hello!

Here is some CSS that should take care of centering the tabs. If you want to apply this to all tabs, you can add the CSS to the CSS Code option that can be found in the Intense admin options, on the Extras tab. You can add the CSS anywhere else that allows for CSS.


.effeckt-tabs-wrap ul.effeckt-tabs {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.intense.nav-tabs > li, .intense.nav-pills > li {
    float: none;
    display: inline-block;
}

If this doesn’t work, please let us know.

Thanks,

Josh