Archived topic
reducing space between posts
8 replies · Started by Sima on November 23, 2020
how to reduce the space between two blog posts on the blog page?
Hi there,
Give this option a shot first:
https://docs.generatepress.com/article/separating-space/
thanks Leo
Leo, this changed the spacing between every container on every page! I only want to change the spacing between blog posts. is there an easier way to do this?
Hi there,
it would require some CSS, can you share a link to your site so i can see your layout?
I sent you the info
Hi,
Try adding this CSS:
body.one-container.blog article.post:not(:last-child), body.one-container.archive article.post:not(:last-child) {
padding-bottom: 0px;
}
Here's how to add CSS: https://docs.generatepress.com/article/adding-css/
worked. thanks
worked. thanks
Glad it works for you. No problem. :D