You are here: Home/CSS/ How to add stickey footer with CSS
How to add stickey footer with CSS
Wrap all content right above the footer element, set the min-height calc function to 100% of viewport height minus the footer height:
.wrap{
min-height: calc(100vh - 100px);
}
About Gabor Flamich
I'm a web developer and designer based in Budapest, Hungary. In recent years, I've documented hundreds of solutions I came across during development. This site is an archive for useful code snippets on WordPress, Genesis Framework and WooCommerce. If You have any questions related to WordPress development, get in touch!