• Using the default (kubrick) theme. At the bottom of the homepage content column is this:

    <div class=”navigation”>
    <div class=”alignleft”></div>
    <div class=”alignright”></div>
    </div>

    What is it for? It seems to be producing a lot of whitespace above the footer, especially in IE.

Viewing 1 replies (of 1 total)
  • Actually it should be:
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>

    And it makes possible the navigation between paged display when you have more posts than the number for display was set in the Reading Options.

Viewing 1 replies (of 1 total)
  • The topic ‘Whitespace at bottom of homepage in IE’ is closed to new replies.