I am having a really hard time removing the header completely in my theme. There is a large space between my menu and my posts.
Any help would be great!
The blog I need help with is eatlivefeel.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
I am having a really hard time removing the header completely in my theme. There is a large space between my menu and my posts.
Any help would be great!
The blog I need help with is eatlivefeel.wordpress.com.
Add this to your CSS:
#header-image {
display: none;
}
This topic has been closed to new replies.