pastrami
Member
Posted 5 years ago #
Hey guys,
For some reason, my blog contains a lot of dead/empty space between the end of the blog table and the end of page?
I can scroll past the bottom of the blix theme and it'll keep scrolling, eventually it'll stop but there's a lot of space in between.
Here's the url - http://wendyandnelson.com/ourhoneymoon/
Thanks in adv.
You burped while editing! Take a look at this from your layout.css:
body {
margin:0;
padding:15px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
line-height:1.6em;
text-align:center;
img {text-align: right; padding: 5;}
}
Move the whole img {text-align: right; padding: 5;} line to outside the body closing bracket (right now it's inside). Then define the "5" (5px probably).
pastrami
Member
Posted 5 years ago #
Awesome, that works. dunno, where "img {text-align: right; padding: 5;}" this came from.
I just took it off, looks like it's working now!
Thanks!!
pastrami
Member
Posted 5 years ago #
I hate to bump this again, but I'm running into the same issue where there's a bunch of dead space. This time I checked layout.css and it's not the same problem.
Any suggestions what it might be? Thanks in adv.
:edit:
This seems to be happening to IE7 only, it looks fine on FF.