Remove padding/space – Chunk Theme
-
I’d like to remove the padding/space above my logo in the Chunk theme (along with the grey line). I saw this on another Chunk themed blog, and thought it looked great, but haven’t been able to get it to work on the site I’m working on (www.traveltailsblog.com). Any help would be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there. Try this Custom CSS and let me know how it goes:
#header {
display: none;
}
#header-image {
padding-top: 10px;
}
You’ll probably need a header image that doesn’t have a white background (make it transparent, instead).
Cheers.
-
- The topic ‘Remove padding/space – Chunk Theme’ is closed to new replies.