Archived topic
Padding Issue with Widget with WP Show Posts
3 replies · Started by Suraj Katwal on December 16, 2019
Viewing posts 1–4 of 4
Can you please check the last widget. I am using the WP Show Posts Plugin but the gap between the two posts is slightly big.
I don't find any settings for this.
Thanks
Hi there,
try this CSS:
.widget_wpsp_widget .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
margin-bottom: 1em;
}
Thanks
You're welcome
This archived topic is closed to new replies.