Center the Menu
-
Hi,
I need a CSS code to center the menu.
How can I do that!
(super simple I guess but I have no clue how to do it)Thank you!
TamaraThe blog I need help with is: (visible only to logged in users)
-
Hi there,
I see that your site title is empty. I would add it back in and hide it with CSS (better for search results, so they say). In that case, you should try this piece of CSS:
.site-branding { display: none; } #masthead { text-align: center; } .main-navigation { width: auto; }Let me know if it works!
Good luck!
Regards,
Michael
-
- The topic ‘Center the Menu’ is closed to new replies.