Origin theme CSS
-
I want to center the menu bar, but can’t seem to track down the proper CSS to do so. Please help!
The blog I need help with is: (visible only to logged in users)
-
To center the main menu in the Origin theme, add this to your Appearance → Custom Design → CSS editor:
#menu-primary { text-align: center; width: 100%; } #menu-primary .menu { float: none; display: inline-block; }
- The topic ‘Origin theme CSS’ is closed to new replies.