Sticky footer

On my website I’m using the Dazzling theme, and I’m very happy with it. The only thing I’d like to change further is to have the footer stick to the bottom of the window rather than to the bottom of the content. Is there any way to achieve this?

Add this to Theme Options - Other - Custom css

#footer-area {
    position: absolute;
    
}

Let me know if this gets the job done for you.

Hello Aigars,

Your suggestion will not work; it mover the footer-area to the left.

-Ronald

Ok, then try it like this:

#content {
    min-height: 700px;
}

There is no simple solution to make it work perfectly as there is need to edit HTML part as well but I don’t think that it is worth the time and effort.