Remove empty space above header
-
Hi guys,
Been working on this: http://thegiftboek.wordpress.com/
Can’t seem to move the whole thing up, as there is a lot of space above the banner…
Any insights to this?
The blog I need help with is: (visible only to logged in users)
-
If you want to get rid of all the space, do this.
#menu { display: none; }If you want to leave a little space then you can play with the first 30px (top padding) and last 17px (bottom padding) values in the below.
#menu { padding: 30px 30px 17px; } -
-
- The topic ‘Remove empty space above header’ is closed to new replies.