Russ

Pixel Exit Staff
Maybe something like this in extra.less?

Code:
@media (min-width: @xf-responsiveMedium) {
.p-nav-inner
{
    justify-content: center;
    .p-nav-scroller
    {
        margin: 0 0 0 auto;
    }
    .p-nav-opposite
    {
        margin: 0 auto 0 0;
    }
}
}
 

cannabis ape

Customer
@media (min-width: @xf-responsiveMedium) { .p-nav-inner { justify-content: center; .p-nav-scroller { margin: 0 0 0 auto; } .p-nav-opposite { margin: 0 auto 0 0; } } }
Hmm, has potential, how can I now center the the bar under it which is .p-sectionLinks-list? Though I would just copy your code and replace the .p-nav-inner with .p-sectionLinks-list but that did not gave the expected result :D
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.