Site logo

Archived topic

page height problem

3 replies · Started by johnaps on December 17, 2020

Viewing posts 1–4 of 4

i just found this by an old reply of Tom!

Maybe this works better?

	@media (min-width: 769px) {
    #page {
        min-height: calc(100vh - 400px); /* 400px is the approx. height of your header and footer. */
    }

Both options should work.

Have you tried it and check your site carefully as David suggested?

This archived topic is closed to new replies.