Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Having the footer at the bottom of the page. Re: Having the footer at the bottom of the page.

#102004
resweb
Member

try this code,
Html code


Your website content here.


CSS code
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}