So im trying to make the footer stick to the bottom of the page like this http://cleanstickyfooter.herokuapp.com/
(zooming out and the footer still stays at the bottom)
How can i achieve this?
this is a test i made, please help me understand what i need to do because the footer is not staying at the bottom. http://trulyamped.com/responr/Responr.html
This is easily achieved using fixed positioning:
.body .mainfooter { height: auto; margin-top: 0; margin-bottom: 0; position: fixed; bottom: 0; }
1.4m articles
1.4m replys
5 comments
57.0k users