Forums

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

Home Forums CSS Sticky Footer Issue Reply To: Sticky Footer Issue

#210266
Shikkediel
Participant

Looks to be as basic as :

#main-footer {
width: 100%;
position: fixed;
left: 0;
bottom: 0;
}