Archived topic
Strange space above navigation
3 replies · Started by Chris on September 6, 2017
Now on this page there's a strange space above the primary nav.
http://postmonroe.giantishere.com/news/
How to remove? And where is it coming from?
Hi Chris,
That's the site header.
You can either reduce the header padding to 0s:
https://docs.generatepress.com/article/header-padding/
or use this CSS:
.site-header {
display: none;
}
Or completely remove it by this function:
https://docs.generatepress.com/article/generate_header/
Got it. That's kinda what I thought but I think I'm too deep into too many sites at once. Getting everything confused. I just want to go back to making things look pretty.
Cool