Archived topic
White strip at page end
5 replies · Started by hitesh on April 30, 2022
Hey people,
sorry to trouble you.
This is one of a kind issue I was facing with my previous free theme (ocean wp) as well.
There is a strip of white space left between the footer and the end of the screen.
https://drive.google.com/file/d/1f0JLz2V7yIVBJo05aOa__niq9BCN1aqE/view?usp=sharing
I'm facing the same issue with some other pages too.
Any guesses, how can I get rid of this?
Thanks
Hi there,
is this on pages with short content?
Can you share a link to one?
yes David. you're correct. those pages have little content.
but that's been always the case and the page loaded normally.
it's just sometimes it leaves that white space I don't know how to remove.
The browser can only display what you give it - so if the page is short in content you will see empty space that the browser cannot fill.
If you want to force the footer down then you can add this CSS:
.page .site {
min-height: calc(100vh - 154px)
}
It just means the space will be above the footer not below :)
hey David. that did it. many thanks.
Glad to hear that