Home › Forums › Support › Footer on the loose This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 30, 2022 at 2:31 am #2442392 Ashutosh Hello, The footer “jumps” up when the content area of a page is small or empty, leaving empty space beneath it. I understand why this happens, but is there a way to keep the footer at the bottom of the screen in such cases? November 30, 2022 at 4:48 am #2442579 DavidStaff Customer Support Hi there, one method is to use this CSS: #page { min-height: calc(100vh - 60px - 58px); } The math there is 100% of the viewport height – height of the header/nav – height of the footer. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In