Archived topic
Can't remove spacing between header and top of screen (not content)
3 replies · Started by RJ on March 23, 2018
Viewing posts 1–4 of 4
I am trying to remove the space between the top of my header and the top of the browser. See image here.
TIA
Robin
Hi there,
Do have this CSS added somewhere?
.header-widget {
float: none;
width: 550px;
max-width: 100%;
display: inline-block;
}
It's causing the issue.
If not, try #1 here: https://docs.generatepress.com/article/debugging-tips/
Ahhh, that was it. I just removed the above code and it worked. You're a star.
Many thanks Leo, for all your help. Have a good weekend.
Best
Robin
No problem! You as well :)
This archived topic is closed to new replies.