XF 2.1 Align navigation bar to center

The nav itself cannot be centered as it takes 100% of the site width...
for sub-menu you can try this one
Less:
.p-sectionLinks-list {
    margin: auto;
}
 
Did you already made some custom css in extra.less template ? Because all codes provided by users in this topic works for me in default style.
 
Back
Top Bottom