Resizing feature images

How Can i resize the feature image on my blog post. I want to make them smaller like the rest of the pics on blog post, i am using the ICON 01 Theme. please take a look https://myplatebodyandmind.com/4-must-do-for-kids-with-seasonal-allergies/

Hi Awilla,

Thank you for writing in, please add this to Theme Options > CSS

.single .entry-featured {
	max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

Feel free to adjust the 50% width value.

Hope it helps,
Cheers!

Thank you So much it works great.

You’re welcome, Awill.

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