Archived topic
Center Menu in header
7 replies · Started by Leanne on January 22, 2022
Hi,
I have just started with website. So, there is not much there.
However, I cannot seem to center the menu. There is no choice for center. Just right, left, above or below.
I am sure I am missing something simple.
Thanks
Hi Leanne,
Are you going to have a site title or logo in the header?
If so what's the layout you want it to be?
Hi,
No site title or logo in the header. Just the navigation.
Thanks,
Leanne
If so, try this CSS:
nav#site-navigation {
margin-right: auto;
margin-left: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect. How can I move it up a little?
Leanne
You can reduce the header top padding at customizer > layout > header.
Make sure the Spacing module is activated at appearance > Generatepress.
Thank you very much!
No problem :)