Hey @kmerwin,
Layout is mainly handle by the theme, and that should be the first the culprit.
For theme-specific queries, forward to the theme support. On your site, I see you are using Genesis Urbi (premium theme), and support for commercial products and services is outside the scope of these forums, and we cannot guarantee any support, whether from volunteers or developers.
Please consider reaching out to the theme developers directly through https://www.studiopress.com/contact/ or https://my.studiopress.com/help/ to get priority support.
Best Regards,
Erick
Hello @kmerwin ,
A small CSS can fix your issue. Here it is:
.three_by_one__image_wrap {
max-width: 100% !important;
}
Here you can follow the steps to add custom CSS.
- Navigate to your WordPress Dashboard.
- Go to Appearance > Customize.
- Locate and click on the Additional CSS tab.
- Enter your custom CSS code in the provided text box.
Let me know if you need anymore help.