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 thegiftboek.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 thegiftboek.wordpress.com.
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;
}
Thanks man, you rock!
You are welcome and thanks.
This topic has been closed to new replies.