Hello patrickmack89,
Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.
<style>
.section-content .feature-item .feature-media img {
height: 185px;
}
</style>
Hope this will helps you.
Thanks!
Worked when adding into my additional css in the customizer but not in my child theme’s css. I am using a child theme but I’m not sure what I am doing wrong when adding the code into the style.css
Hi @patrickmack89,
I recommend you add in Additional CSS. If you are using child theme, please try to clear browser & site cache then check again.