Title: 2013 reduce white space between posts
Last modified: August 21, 2016

---

# 2013 reduce white space between posts

 *  [mtilbury](https://wordpress.org/support/users/mtilbury/)
 * (@mtilbury)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/)
 * 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](https://wordpress.org/support/users/jcastaneda/)
 * (@jcastaneda)
 * THEME COFFEE MONKEY
 * [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/#post-5053141)
 * 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](https://wordpress.org/support/users/mtilbury/)
 * (@mtilbury)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/#post-5053183)
 * Jose,
 * Thanks, I will give the suggestion a try.
 * Mike
 *  Thread Starter [mtilbury](https://wordpress.org/support/users/mtilbury/)
 * (@mtilbury)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/#post-5053282)
 * 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](http://www.nola2nola.net)
   is my site.
 *  Thread Starter [mtilbury](https://wordpress.org/support/users/mtilbury/)
 * (@mtilbury)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/#post-5053285)
 * 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.

 * 4 replies
 * 2 participants
 * Last reply from: [mtilbury](https://wordpress.org/support/users/mtilbury/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/2013-reduce-white-space-between-posts/#post-5053285)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
