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.
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.
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.
Add this code at the bottom of your styles.css file
.blog-header .bottompad-half img {
margin-left: 0;
}