Gridiculous- menu (site-navigation) can't center
-
Hello. I’m using Gridiculous and am unable to center my main menu (which is placed under my logo/header). For the life of me, I just can’t get this to work- it’s set to the left. I found an earlier post that suggested the following:
All you need to do is modify the CSS in style.css. Look for this selector:#site-navigation ul
Then you can add a new line of CSS setting the text-align to center, like so:#site-navigation ul {
padding: 0;
margin: 0;
text-align: center;
}This has not worked for me. I’m using Gridiculous v1.0.7.1 and WP v3.5. Any suggestions?
- The topic ‘Gridiculous- menu (site-navigation) can't center’ is closed to new replies.