Site logo

Archived topic

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

1 reply · Started by Muhammad on July 29, 2018

Viewing posts 1–2 of 2

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/

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;
}
This archived topic is closed to new replies.