[ad_1]
When in builder the gap isn’t there but when I preview my webpage or load in incognito there’s a gap at the top and bottom of the body. I know it’s something to do with the body as I’ve change the background colour and that changes with it so it’s not the nav-bar or footer.
Is there any way to remove this gap? I have found this video but i’ve done so much work and don’t want to start again which seems to be the only fix 🙁
[https://www.youtube.com/watch?v=xnKG9X\_Afks])The top image shows the big gap and the bottom image shows no gap when in builder.
[ad_2]
I would right click in that area on the webpage, choose “Inspect” and study the HTML and CSS to find out what’s adding the blank line. That provides a clue to know where to start looking.
Without seeing that, my first guess would be to look at the text (or HTML) view of the code and look for a blank line, or a stray <br> or <p> tag