Comments thantai40 started the conversationJuly 13, 2020 at 2:01amHello,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,700PenciDesign repliedJuly 13, 2020 at 3:45amHi,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 Sign in to reply ...
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,
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change 2 values 10 on the above code to values as you want.
Best Regards,
PenciDesign