Site logo

Archived topic

Extra padding on featured image on homepage vs. single post

3 replies · Started by Ryan on March 30, 2023

Viewing posts 1–4 of 4

My featured images are displaying extra space on the homepage vs on single posts. It's noticable when you quickly go from the homepage to an individual post. Any remedy for this? Url below. Thnk you

Hi Ryan,

Can you try adding this through Appearance > Customize > Additional CSS?:

.home.blog .inside-article div.post-image {
    margin-bottom: 0.6em;
}

I changed it to .5em, but it seems to work. Thanks!

You're welcome, Ryan!

This archived topic is closed to new replies.