Title: Remove space between posts
Last modified: September 16, 2017

---

# Remove space between posts

 *  [kiwipaul](https://wordpress.org/support/users/kiwipaul/)
 * (@kiwipaul)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-space-between-posts-2/)
 * Hi, I am using show posts to show the posts in full in 2 columns. Unfortunately
   there seems to be a lot of space between each post vertically. I have put some
   horizontal lines in at the top and bottom of the posts on this page ([http://perioptest.com/all/](http://perioptest.com/all/))
   to help show what I means.
    Is there some css I can modify to reduce this? The
   rest of the pluging is great and works as promised.
 * Cheers Paul
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-space-between-posts-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Jeremy dePrisco](https://wordpress.org/support/users/shivasongster/)
 * (@shivasongster)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/remove-space-between-posts-2/#post-10046800)
 * I am having same exact issue… [https://www.jeremydeprisco.com/lyrics/](https://www.jeremydeprisco.com/lyrics/)
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/remove-space-between-posts-2/#post-10047353)
 * You can adjust that like this:
 *     ```
       body .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
           margin-bottom: 10px;
       }
       ```
   

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

The topic ‘Remove 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/remove-space-between-posts-2/#post-10047353)
 * Status: not resolved