Viewing 2 replies - 1 through 2 (of 2 total)
  • Looking at the source, I found this:

    <div class="post-6 page type-page status-publish hentry post page clearfix" id="post-6">
        <div class="entry clearfix">
            <p>&nbsp;</p>
            <p>&nbsp;</p>
        </div>
    </div>

    Notice the two <p> sections with &nbsp. Thats a non-breakable space. My guess is that on this page/post in the admin, you have something in the editor. Make sure its completely empty. If that doesnt work, you can add this to your stylesheet

    #post-6 {
        display:none;
    }
    Thread Starter paulegavin

    (@paulegavin)

    I’m embarrassed at how simple that was. Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Space’ is closed to new replies.