Archived topic
How can I reduce space between featured blog post image and post title?
1 reply · Started by crosby87 on May 9, 2021
Viewing posts 1–2 of 2
Hi there,
I would like to reduce the margin between the blog post featured image and the blog post title (more specifically, post date and author name).
See screenshot: https://imgur.com/bDPmVBY
Could you please help with this?
Hi there,
you can use this CSS:
.post-image-below-header.post-image-aligned-center .post .inside-article .featured-image {
margin-top: 1em;
}
This archived topic is closed to new replies.