• Resolved g.russell1078

    (@grussell1078)


    When I add a post, it appears way down the screen and there is a lot of white space between it and the posting area at the top of the page.
    Any idea how to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem, but only when someone chooses “Blog Post” as opposed to the other 3 options. I would love to find a fix, since we use “Blog Post” most often by far.

    This problem only appears in Chrome, and our solution to it was to use Safari. I’m curious why this has been relabeled as “resolved” without a comment as to what the fix was. If either of the posters has a resolution, please share it. If it was resolved by Automattic, please share the solution. If it was not resolved, please reset the post title.

    Thread Starter g.russell1078

    (@grussell1078)

    Oskapt,
    It was caused by a subscribe widget in my sidebar. I didn’t care for the widget anyway so I just took it out.

    I’m only seeing it in Chrome too. I just tested Firefox, IE, and Safari and those all behave normally. Is there a stylesheet tweak that will fix this problem in Chrome?

    There was a <div class=”clear”> element after the post box that is pushing things down. Add to your CSS

    #postbox {
    	background: #fff;
    	position: relative;
    	padding: 16px 15px 16px 14px;
    }
    
    #postbox .clear {
    	display: none;
    }


    [added code tags – moderator]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Huge white space between post area and prior post’ is closed to new replies.