Hemingway Rewritten Theme: Centering the Menu Bar
-
I need to center the menu bar on my website that is using the hemingway rewritten theme. I can’t figure out how to do it!
The blog I need help with is: (visible only to logged in users)
-
This should do the trick:
#menu-primary-menu { text-align: center; } .main-navigation li { float: none; display: inline-block; } -
Here you go. In the right place this time :)
.main-navigation ul { max-width: 100%; width: 100%; text-align: center; } .main-navigation li { float: none display: inline-flex; }
- The topic ‘Hemingway Rewritten Theme: Centering the Menu Bar’ is closed to new replies.