Removing space below top menu in Zoren
-
Hi,
I’ve customized my Zoren theme, but I can’t find a way of reducing the space between the top menu (main-navigation) and the header image (masthead).There doesn’t seem to be any padding or top margin to the site image, and I’ve set the .main-navigation to have border-bottom 0, and padding-bottom 0, and to display inline.
I’m probably not changing the right thing, but I can’t find what to change!
many thanks,
fredskThe blog I need help with is: (visible only to logged in users)
-
Hi – I’m answering my own question here!
Thought I should share the answer just in case anyone else had the same issue.This was what I needed to modify:
#masthead, .site-image {
display: inline;
margin: 0 0 20px;
padding-bottom: 0px;
border-bottom: 0;
}setting the padding-bottom to 0px.
fredsk
- The topic ‘Removing space below top menu in Zoren’ is closed to new replies.