Archived topic
How to reduce space between post heading and featured image
8 replies · Started by Data on June 5, 2020
I disabled date and author, now I want to reduce space between post heading (H1) and Featured images.
Please check my problem. thank you
Hi there,
Can you try this option here?
https://docs.generatepress.com/article/content-separator/
Let me know :)
Unfortunately, there is no "Content" open in the layout. I want to reduce space above the featured post image. (In-between post heading and featured image)
Sorry that's a typo. Try going to Customizer > Layout > Container.
Let me know :)
Yes, Content Separator is already set on 0 em but still, there is spece
Try this CSS:
.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
margin-top: 0.5em;
}
.separate-containers .inside-article>[class*=page-header-] {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Leo is Guru
Thanks :)