Keep Menu Centered vs. Shifting Right
-
Hi – I would like to know how to keep my main menu centered instead of shifting to the right when clicking on another page. I am currently utilizing the Sobe theme.
The blog I need help with is: (visible only to logged in users)
-
Oh, that’s interesting. The following custom CSS will make the menu on all other pages look like on the home page.
@media screen and (min-width: 850px) { .main-navigation { float: none; text-align: center; margin: 3em auto 0; clear: both; padding-bottom: .75em; max-width: 100%; } }This seems strange, so I’m going to chat with our developers to see if this is perhaps a bug. Thanks for bringing it to my attention.
-
-
- The topic ‘Keep Menu Centered vs. Shifting Right’ is closed to new replies.