Center menu bar
-
How do i center the menu text bar?
The blog I need help with is: (visible only to logged in users)
-
Hi planigere2015,
Give something like this a try and see how you like it. Not sure if it’s still responsive after declaring a width…
div.menu-menu-principal-container { margin-left: auto; margin-right: auto; float: none; width: 680px; }
- The topic ‘Center menu bar’ is closed to new replies.