[wd_asp elements=’search’ ratio=’100%’ id=1]

Make a Footer Stick to the Bottom of the Page

2nd April 2015

CSS

Css - Codehaven


* {
margin: 0;
}
html, body {
height: 100%;
}
.stickywrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.stickyfooter, .push {
height: 4em;
}



Your website content here.

Copyright (c) 2008