[Resolved] Padding Issue with Widget with WP Show Posts

Home Forums Support [Resolved] Padding Issue with Widget with WP Show Posts

Home Forums Support Padding Issue with Widget with WP Show Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1105916
    Suraj Katwal

    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

    #1105974
    David
    Staff
    Customer Support

    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;
    }
    #1106065
    Suraj Katwal

    Thanks

    #1106082
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.