Home › Forums › Support › Attach footer to the bottom of the page This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 11, 2014 at 5:36 am #27547 September 11, 2014 at 9:33 am #27801 TomLead Developer Lead Developer You can do something like this: .site-info { position:fixed; bottom: 0; width: 100%; } Then you’ll need to add some spacing to the bottom of your body tag so the footer doesn’t hide stuff behind it. You’ll need to find the height of your footer, and then add the following: body { padding-bottom: 100px; } Adjust the 100px so it works with your site 🙂 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