Center Menu Bar
-
How can I center my menu bar? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try. I’ve used a media query to limit this change to widths wider than when the touch menu for tablets and phones activate so that it doesn’t cause them to go awry.
@media screen and (min-width: 601px) { #header { text-align: center; } ul#nav { display: inline-block; } }
- The topic ‘Center Menu Bar’ is closed to new replies.