Title: Increase space between posts
Last modified: November 4, 2016

---

# Increase space between posts

 *  Resolved [Lori](https://wordpress.org/support/users/jepsoninc/)
 * (@jepsoninc)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/)
 * Hi,
 * I just started using this plugin today and really like it. I found some codes
   in this forum to customize it and they worked great. But I can’t seem to increase
   the space between the posts. I’ve configured it to just show the title on top,
   then image on bottom.
 * I tried entering values in the “image bottom margin” box in the custom CSS styling
   for the plugin, but that didn’t seem to change anything. I did set the cache 
   to zero in case that was why, and still it didn’t work.
 * I also tried the code:
    .pis-li { margin-bottom: 30px; } But that didn’t seem
   to do it either. It’s probably something super simple I’m missing, but I wonder
   if you could help me.
 * Thanks so much.

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8397178)
 * Hi Lori,
    It’s a pleasure to help you!
 * Could you tell me the URL of your site? I need to view the code.
 *  Thread Starter [Lori](https://wordpress.org/support/users/jepsoninc/)
 * (@jepsoninc)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8398551)
 * Hi, I’m so sorry for the delay, I didn’t see your reply. It’s toysenberry.com.
   Thanks so much!
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8399604)
 * Hi,
    the correct code is:
 *     ```
       li.pis-li {
           margin-bottom: 30px;
           overflow: hidden;
       }
       ```
   
 * Since you already entered some styles in the “Custom Styles” box, write them 
   in this way:
 *     ```
       li.pis-li {
           list-style: none;
           margin-bottom: 30px;
           overflow: hidden;
       }
       a.pis-title-link { 
           font-weight: bold; 
       }
       ```
   
 * Let me know, please.
 *  Thread Starter [Lori](https://wordpress.org/support/users/jepsoninc/)
 * (@jepsoninc)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8400728)
 * That worked great – Thanks again! I love how there are so many customization 
   options. Rating this 5 stars!
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8400739)
 * You’re are welcome!

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/posts-in-sidebar_aed6f1.svg)
 * [Posts in Sidebar](https://wordpress.org/plugins/posts-in-sidebar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-sidebar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-sidebar/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-sidebar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-sidebar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-sidebar/reviews/)

## Tags

 * [space between posts](https://wordpress.org/support/topic-tag/space-between-posts/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)

 * 5 replies
 * 2 participants
 * Last reply from: [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/increase-space-between-posts-2/#post-8400739)
 * Status: resolved