Weird space under colophon

Hello, X

I am getting this weird grey space just below my bottom colophon. It happened after I changed stacks from renew. I later reverted the change but the space remains.

How do i target it with css. I can’t seem to inspect it.
Thanks.

Just included margins to the form div. But i’d still like to know how to get rid of it permanently

Hi Wilfried,

There is a gray space below the footer area because the total height of the browser is more that the height of the page.

Adding a margin around the form area increases the page height that is why the gray area disappeared.

I tried to check the site in question but there is a coming soon page active on your site.

If you know how to write custom CSS, try to target the login page and set a min-height to the login area to 100vh.

Hope this helps.

1 Like

It does, Jade

Thank you

You’re welcome, Wilfried. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.