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!
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;}
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 {...}
That fixed it! Thanks a ton for your help!