Hi my product images not fitting properly in mobile and tablet devices, and I can’t find what is causing this.
check this video:
might be related plugins:
WooCommerce Additional Variation Images by Woocommerce
Hi my product images not fitting properly in mobile and tablet devices, and I can’t find what is causing this.
check this video:
might be related plugins:
WooCommerce Additional Variation Images by Woocommerce
Hi Kian,
Thanks for reaching out.
I recommend the following troubleshooting procedures before we investigate the settings.
Please let us know how it goes.
Thank you.
Ok I did everything and I can say the conflict is only with Pro theme and this plugin:
WooCommerce Additional Variation Images by Woocommerce
Hi Kian,
For some reason there is inline CSS force the wrapper of your gallery image to set width of 508px. We need to override that width with the use of custom CSS to fix your issue. Please add the code below in your Pro > Theme Options > CSS.
.woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__wrapper > div {
width: 100% !important;
}
Please note that custom development is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.
Hope that helps.
Thank you.
Thank you it worked!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.