Why are my mobile images suddenly too large on Palo Alto theme?

Hi there,

I’ve had my site up for years, and suddenly the mobile images are too large to even view the product.

www.espaciohandmade.com

using Palo Alto theme

Thanks!

Kat

1 Like

@Katrina_Marhefk - can you please share the page link where you have this big image?

I actually reached out to the theme developer and was able to fix it:

I know what you mean here. We’ve actually had a number of our merchants reach out with a similar issue. We believe this issue was caused by a Shopify update in the way minified CSS is read. Thankfully, the solution only requires a line of code:

.wrapper { max-width: 100%; }

Please paste this code at the bottom of your theme.css file. To find your theme.css file go to Online Store > Themes > Actions (the 3 dots) > Edit Code. You can search for “css” in the search tab and open the theme.css file from the Assets folder. Scroll down to the bottom and paste the code snippet mentioned above. Once you are done, click Save.

1 Like

Thanks so much for posting this I was having the same problem and I was able to fix mine as well!