Center Navigation Menu in Sight Theme
-
I’m trying to center the nav bar/menu on the blog I’m working on, but haven’t been successful. If anyone has the css code to help with this, it would be much appreciated!
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
Try this:
.main-navigation { text-align: center; } .main-navigation ul { display: inline-block; }
- The topic ‘Center Navigation Menu in Sight Theme’ is closed to new replies.