Title: Reduce space between posts
Last modified: October 21, 2019

---

# Reduce space between posts

 *  Resolved [donp287](https://wordpress.org/support/users/donp287/)
 * (@donp287)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/reduce-space-between-posts-2/)
 * Is there any way in which the blank space between posts can be reduced or removed.
   Code to do this would be much appreciated

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/reduce-space-between-posts-2/#post-12052522)
 * If you’re asking about the site on your profile and reducing the spacing between
   the posts on the homepage you can use this in Appearance->Customize->Additional
   CSS
 *     ```
       .site-content .site-main article {
       	padding-bottom: 2em;
       }
       ```
   
 * You can adjust the 2em value accordingly to your liking.
 *  Thread Starter [donp287](https://wordpress.org/support/users/donp287/)
 * (@donp287)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/reduce-space-between-posts-2/#post-12053317)
 * Thank you Jarret, that worked perfectly

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

The topic ‘Reduce space between posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyseventeen/4.1/screenshot.
   png)
 * Twenty Seventeen
 * [Support Threads](https://wordpress.org/support/theme/twentyseventeen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyseventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyseventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyseventeen/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [donp287](https://wordpress.org/support/users/donp287/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/reduce-space-between-posts-2/#post-12053317)
 * Status: resolved