Forums

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

Home Forums CSS Blank space under footer problem. Reply To: Blank space under footer problem.

#238452
Shikkediel
Participant

That’s a lot to wade through but it’s likely caused by a margin somewhere. Here’s a quick fix :

body {
margin-bottom: -40px;
}