CSS code needed
-
I would like code to make the area between the site description and the menu itself a bit more narrow. It looks like too much space between the lines.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.site-description { margin-bottom: 0px; } #site-navigation { margin-top: 0px; } .menu-toggle { margin: 0px auto 30px; }Let me know if that doesn’t work!
Sage
- The topic ‘CSS code needed’ is closed to new replies.