Archived topic
Reduce space between image and text
3 replies · Started by NICOLO' on September 9, 2020
Viewing posts 1–4 of 4
Hello, I saw other people tried to set different space between text and elements. But it didn't work for me.
I need to reduce space between title and featured image in archive view.
And also reduce space before title
Hi there,
Try this CSS:
.entry-summary, .post-image-below-header.post-image-aligned-left .inside-article .post-image {
margin-top: 0.5em;
}
.separate-containers .site-main {
margin-top: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect.
Thx
No problem :)
This archived topic is closed to new replies.