Forums

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

Home Forums CSS Footer issues Re: Footer issues

#71831
Nipperkin
Member

I’m using Firefox on a Mac and it looks fine. One thing I’m not seeing in your code is:

Code:
*footer {
bottom: 0 !important;
}

I’ve used this to force a footer to the bottom of the page. Why not give it a try?