Main Menu- Centering
-
I need the code to center my main menu on my site.
The blog I need help with is: (visible only to logged in users)
-
Hi there, try this –
/* Center main nav */ #menu-main-menu { text-align: center; } /* Remove float and set list items to inline-block */ #menu-main-menu li { float: none; display: inline-block; }
- The topic ‘Main Menu- Centering’ is closed to new replies.