Archived topic
How to reduce white space between posts?
5 replies · Started by Roger on November 3, 2021
Viewing posts 1–6 of 6
Hi!
I would like to reduce the white space on the posts archive page.
I tested some code but it was affecting the single post page.
Hi there,
Can you try reducing the content padding in the customizer first?
https://docs.generatepress.com/article/content-padding/
I reduced it a little, but the first post is very close to Home Hero.
Hi there,
add the padding back in the Customizer.
Then try this CSS:
body:not(.single):not(.page) .inside-article {
padding-bottom: 20px;
}
Thanks!
You're welcome
This archived topic is closed to new replies.