Reduce width of blog images

Hello,

Can you please show me how to reduce the width of blog images, so they aren’t so big, like this?

Thanks for any help,
Justin

Hi Justin,

Thanks for reaching out.

Sure, it’s possible but only through custom CSS. Please add this CSS Theme Options > CSS with your preferred width.

.single-post .entry-featured {
    max-width: 500px;
    margin: 0 auto;
}

Hope this helps :slight_smile:

It did. Thank you!

You’re welcome!
We’re glad @Rad were able to help you out.

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