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

#71838
Nipperkin
Member

Hmm. Did you reset at the top of your CSS file?

Code:
* {
margin: 0;
padding: 0;
}