Product Image thumbnails off mobile
-
Hello,
In the these settings I have selected Left position for the thumbnails under product page > Image.
This is the behavior I would like for desktop but for tablet and mobile I do not want these thumbnails to show.
Is there a way managing them based on the device being used?
Thank you.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:
.woocommerce-product-gallery .order-lg-first{
display:none;
}
Best Regards