• Resolved Lori

    (@jepsoninc)


    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

    (@aldolat)

    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

    (@jepsoninc)

    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

    (@aldolat)

    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

    (@jepsoninc)

    That worked great – Thanks again! I love how there are so many customization options. Rating this 5 stars!

    Plugin Author Aldo Latino

    (@aldolat)

    You’re are welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase space between posts’ is closed to new replies.