Home › Forums › Support › How to stick the footer at the bottom? This topic has 18 replies, 3 voices, and was last updated 8 years, 9 months ago by Tom. Viewing 4 posts - 16 through 19 (of 19 total) ← 1 2 Author Posts January 6, 2016 at 10:18 am #163761 TomLead Developer Lead Developer And this only happens when you add the code you shared above? January 6, 2016 at 10:44 am #163774 Krzysztof Yes. And I forgot that I have one more CSS: #page{ min-height:calc(100% - 411px); } January 6, 2016 at 11:38 am #163795 Krzysztof I found another working CSS code: html, body{ height:100%; } body{ display:table; width:100%; } .site-footer{ display:table-row; height:1px; } Now sticky meny is working okey ๐ January 6, 2016 at 3:09 pm #163819 TomLead Developer Lead Developer Awesome, glad you got it sorted ๐ Author Posts Viewing 4 posts - 16 through 19 (of 19 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In