Search code examples
csssticky-footer

sticky footer issue on specific page?


I am bumping my head against the wall about 4 hours now, and I can't find why the footer won't stick on bottom on this page:

http://www.agrampeli.com/newsite/articles.php?artid=94&msg=cform

Anyone can tell me what on earth I am doing wrong?

Thanks in advance

Zoran


Solution

  • #wrapper1{
        ...
        padding-bottom: 170px;    
    }
    #wrapper3 {
        width: 100%;
        margin: 0 auto;
        background-color: #BC141A;
        position: fixed;
        bottom: 0;
    }
    
    #footer {
        width: 960px;
        padding: 10px 0;
        background: #8D0308;    
    }