Site logo

Archived topic

White strip at page end

5 replies · Started by hitesh on April 30, 2022

Viewing posts 1–6 of 6

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

This archived topic is closed to new replies.