How Can I Remove Mysterious White-space?
This is a very puzzling problem for me. If you visit this site on Safari there'll be added an extra 4-500px scrollable whitespace. Obviously it's not supposed to be like this, but
Solution 1:
Try this for your body on the CSS
body{
height: auto;
}
Post a Comment for "How Can I Remove Mysterious White-space?"