Home › Forums › Support › Footer at the bottom This topic has 1 reply, 2 voices, and was last updated 2 years, 12 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 20, 2023 at 7:57 am #2574299 Karol Öman Hey, how can I fix so my footer stays at the bottom? March 20, 2023 at 8:47 am #2574354 DavidStaff Customer Support Hi there, the simplest solution is to edit any page where it is too short to fill the screen, and add some extra padding. Otherwise you can use some CSS: html { height: 100%; } body { display: flex; flex-direction: column; height: 100%; } .site-footer { margin-top: auto; } But i would recommend you use the first method 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