Title: Space between posts
Last modified: December 3, 2018

---

# Space between posts

 *  Resolved [fjvanittersum](https://wordpress.org/support/users/fjvanittersum/)
 * (@fjvanittersum)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/)
 * When I create a WP Show Post item of 1 column on a page or in a sidebar widget,
   there is space between the posts. How can I decrease this space. I tried:
 * – column gutter in the WPSP item (tab 2 “columns”) 0em or 0px: no change
    – padding:
   0px; in .wp-show-posts-inner: changes the space within a post, but not between
   posts; – margin: 0px; in .wp-show-posts-inner: does not change anything.
 * Is there another way to decrease this space ?
 * Frans
    -  This topic was modified 7 years, 6 months ago by [fjvanittersum](https://wordpress.org/support/users/fjvanittersum/).

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

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/#post-10943737)
 * Hi there,
 * Column gutter should do that. Any chance you can link us to your site?
 *  Thread Starter [fjvanittersum](https://wordpress.org/support/users/fjvanittersum/)
 * (@fjvanittersum)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/#post-10945439)
 * This is an example:
 * [My site](https://medische-ethiek.nl/category/actueel/)
 * In the sidebar (i.a. Agenda), the items are selected by a WP Show Posts item:
   1 column, column gutter 0em. In .wp-show-posts-inner, I defined a border: 1px.
   Between the bottom-border of a post and the border-top of the next post, there
   is about 1 cm white space !
 * How can this white space be reduced ?
 * Frans
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/#post-10947594)
 * Try adding this CSS:
 *     ```
       .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
           margin-bottom: 10px;
       }
       ```
   
 *  Thread Starter [fjvanittersum](https://wordpress.org/support/users/fjvanittersum/)
 * (@fjvanittersum)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/#post-10948064)
 * Thanks ! This is fine, exactly I was looking for !
 * Frans
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/space-between-posts-13/#post-10951517)
 * You’re welcome 🙂

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

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

 * ![](https://ps.w.org/wp-show-posts/assets/icon-256x256.png?rev=2846296)
 * [WP Show Posts](https://wordpress.org/plugins/wp-show-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-posts/reviews/)

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