Blog featured image not aligning with text

I’ve tried to resize the photo multiple times.

I’ve tried to use some coding suggestions from other threads.

Can’t seem to get anything to work.

https://www.angelichealingcrystals.com/blogs/news/the-many-uses-of-crystal-lamps-more-than-just-decor

Hi @shereenlisa can you please explain a little more what you exactly want so I can give you solution!

I need the featured photo to align with the text.

I think the photo is currently center aligned and the text is aligned left.

I cannot figure out how to edit the coding to tell the photo to align left/with the text.

@shereenlisa

Add this code at the bottom of your styles.css file

.blog-header .bottompad-half img {
    margin-left: 0;
}