Archived topic
How to center the top navigation menu on zeal?
6 replies · Started by Cedric on February 11, 2021
I am trying to make the navigation of the top menu center but I cannot seem to find the option to do this. Currently, it is aligned to the right by default.
Here is a link
Hi there,
add this CSS:
.nav-float-right #site-navigation {
margin-right: auto;
}
It will 'center' the menu, as in have equals space either side of it.
You menu is quite long though, so you may want to check how it behaves when the browser is reduced in width.
Hi David,
I tried that, but no change. It is still positioned to the right. I removed some menu items to make it smaller.
Can you try adding it to the very top of your CSS.
Thank you, that did it. :)
Glad to hear that!