Spacing above navigation menu and below header
-
Hi, this is my blog inktrapmag.wordpress.com
I’ve used Penscratch theme. It wouldn’t allow me to have my logo as big as I wanted to so I’ve used the logo in the header instead. The only problem is that now there’s too much space above the navigation menu (where the logo would have been) and not enough between the header (logo) and top of the the first post. Does anyone know how I might fix this?
Many thanks
SueThe blog I need help with is: (visible only to logged in users)
-
Try adding this to your existing custom CSS:
.main-navigation { padding-top:0; margin-top:0; } .custom-header { padding-bottom:30px; } -
-
- The topic ‘Spacing above navigation menu and below header’ is closed to new replies.