Feature image on posts and pages not aligned to body text

Hello,

I am using Renew Stack. On pages (see https://www.homegrownfeast.com/about/) and posts (see https://www.homegrownfeast.com/virtual-tour-of-my-backyard/), you’ll see that the feature image up the top is not quite aligned to the body text on either the page or post. I’d like the left side of the image to be aligned with the text. Within the post, the images are aligned to the text perfectly though, which is good.

Do you know of a way to fix this,either with a setting or CSS snippet?

Thank you!

Steve.

Hi Steve,

To make it align, please add the code below in Theme Options > CSS

body .entry-featured {
   padding:0;
}

Hope that helps

Sensational, thank you!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.