Hi. I’ve got some unwanted whitespace just under the header of my site (before the opening text). It doesn’t seem to be related to any of the modules. Is there a way to get rid of it? Thanks! (I’ll attach a screenshot, it’s the whitespace just under “David Haskell”)
whats your site url?
If you want to remove the gap completely so the page looks like this… 
Use this code:
.x-header-landmark { display: none; }
If you wanted to leave a little gap like this: 
Use this code:
.h-landmark, .entry-title.h-landmark { display: none; }
Thank you very much (sorry I missed these helpful comments earlier!).
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.