• I’ve searched the forum, but haven’t found one to address this issue. I get a lot white space between blog posts on 2013 theme. I would like to reduce as much as possible.

    Any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    One way I can think of would be adjusting the padding for each post. In a custom CSS plugin you can try something like:

    .hentry {
      padding: 20px 0;
    }
    Thread Starter mtilbury

    (@mtilbury)

    Jose,

    Thanks, I will give the suggestion a try.

    Mike

    Thread Starter mtilbury

    (@mtilbury)

    I tried the .hentry code, but it only moved the invite to comment a little bit.
    Clicked on “inspect element” in the area where the white space is occuring between the posts.

    <p> <p/>
    <p> <p/>
    <p> <p/>
    <p> <p/>

    So this is what is causing the white space between the blogs. I think this HTML code, and not sure how to delete it or have my page ignore it.
    http://www.nola2nola.net is my site.

    Thread Starter mtilbury

    (@mtilbury)

    remove_filter( ‘the_content’, ‘wpautop’ );

    I did some more looking around, and found this. Placed in the the end of the Theme Functions (functions.php) and it removed the white space between the blog posts.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘2013 reduce white space between posts’ is closed to new replies.