Centering Menu Bar in Truly Minimal Theme
-
Hello,
I am very new to CSS and am trying to figure out how to center the menu bar in the Truly Minimal theme. Right now it is aligned to the left and it looks out of place that way. The site I’m working on is
Thank you for any help!
–ElizaThe blog I need help with is: (visible only to logged in users)
-
Add this:
.navigation-main ul, .site-footer { text-align: center; } .navigation-main li { display: inline-block; float: none; } -
-
You’re welcome.
The code I suggested centers the footer credits as well. If you don’t agree with this, turn this:
.navigation-main ul, .site-footer {
to just:
.navigation-main ul {
- The topic ‘Centering Menu Bar in Truly Minimal Theme’ is closed to new replies.