Reflow Product Image Bleeds Over when 1400px +

Hello!
I have reflow products with images that unfortunately bleed over when screen resolutions is +1400px.

The ref-image active class doesn’t respond to custom CSS.

Here is the site: How to support?

Appreciate your help!

Your css is wrong try with this
.ref-image.active {max-width:360px;}

That didn’t work unfortunately. I mean it did work on the image preview…

In the section STORE you have on the container an inline-style max-width: 1024px; remove that
you don’t need the class .ref-image.active {...}

2 Likes

That fixed it! Thanks a ton for your help!