Support » Fixing WordPress » Blog index page and cat. pages all contain a lot of dead space? blix theme

  • 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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).

    Thread Starter pastrami

    (@pastrami)

    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!!

    Welcome!

    Thread Starter pastrami

    (@pastrami)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog index page and cat. pages all contain a lot of dead space? blix theme’ is closed to new replies.