Archived topic
Big blank space where tags used to be
5 replies · Started by Kiva on December 1, 2022
I had the tags and category showing underneath each post in the archive view then I decided to take it out but now there's a big white space under each post.
Here's what I'm referring to (marked in red): https://drive.google.com/file/d/1jLGvKiJWB7jRG854Fa-oPBcASOUJkCx1/view
How do I get rid of it? thanks
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Yep, here it is
Hi Kiva,
Can you try adding this through Appearance > Customize > Additional CSS:
:is(.blog,.archive) .inside-article :is(.entry-summary, footer.entry-meta) {
margin-top: 0 !important;
}
:is(.blog,.archive) article {
margin-bottom: 0 !important;
}
Then, can you go to Appearance > Customize > Layout > Container, and alter the Container Padding values there?
Let us know how it goes.
That worked, thanks!
You're welcome, Kiva!