Archived topic
Spacing Above Featured Image
4 replies · Started by Earl on May 23, 2020
Viewing posts 1–5 of 5
Hello,
How can I remove spacing above the Featured Image in blog posts?
I'm using Example 3: https://docs.generatepress.com/article/entry-meta-style/
Hi there,
try this CSS:
.post-image-above-header .inside-article .featured-image {
margin-top: -30px !important;
}
This worked to remove the space between the upper feature image on mobile, desktop, and tablet!
Thank you.
Resolved!
You're welcome
This archived topic is closed to new replies.