Site logo

Archived topic

How to reduce space between post heading and featured image

8 replies · Started by Data on June 5, 2020

Viewing posts 1–9 of 9

I disabled date and author, now I want to reduce space between post heading (H1) and Featured images.

Please check my problem. thank you

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 :)

This archived topic is closed to new replies.