Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2470926
Reduce space between posts for Penci widgets
Closed

Comments

  • thantai40 started the conversation

    Hello,

    I was wondering if there's an option to edit the space gap between posts created by an element. In my case, I use Penci widget Recent/Popular posts limited to only 5 posts and I want to reduce the gap between the posts (see this image). 

    Thanks,

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci_recent-posts-sc ul.side-newsfeed li, .widget ul.side-newsfeed li{ margin-bottom: 10px; padding-bottom: 10px; }
    

    Change 2 values 10 on the above code to values as you want.


    Best Regards,

    PenciDesign