[Support request] How in increase the space between rows of posts of "WP SHOW POSTS"

Home Forums Support [Support request] How in increase the space between rows of posts of "WP SHOW POSTS"

Home Forums Support How in increase the space between rows of posts of "WP SHOW POSTS"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #635142
    Muhammad

    HI, I want the increase the spacing between the posts because it looks connected in mobile display. I have only one post per row, I dont see any option of increasing the distance between the posts there. if there is no option, There should be one. There is an option for column spacing, There must be for rows too
    Thanks

    website: https://greenhouseplanter.com/

    #635173
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    WP Show Posts questions should be on the WPSP forums (either free or premium).

    Have you tried the gutter spacing option? If that doesn’t work for you, you need to use CSS:

    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 60px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.