Forums

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

Home Forums CSS White Space Below Webpage Reply To: White Space Below Webpage

#171081
Atelierbram
Participant

Could be you are missing a reset, so maybe try:


* {
  margin: 0;
  padding: 0;
}

Which is just a wild guess of course, when all that we have is a codedump of CSS. Can you send a link of the live site, or maybe upload one page of it somewhere on the interwebs?