remove space between menu and content
- The topic ‘remove space between menu and content’ is closed to new replies.
Need help? Check out our Support site, then
hey,
I would like to reduce the blank space between menu and page content. I just realized that the space between those two is different on some of my sites. And I don’t know how to change and reduce it. Can anybody help please?
To hide the headings on ech site and post i use the CSS:
.entry-header{
display:none;
}
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can add this to the Custom CSS:
.primarymenu {
margin-bottom: 0;
}
.frontpage {
padding-top: 0;
}
Hope this helps.
All the best,
Ana
Hey Ana,
thank you very much. it works perfect!
You are welcome :)