Home › Forums › CSS › White Space Below Webpage › Reply To: White Space Below Webpage
May 26, 2014 at 3:53 am
#171081
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?