How to positioning dots on image?
-
How to positioning dots on image?
Attachments:
You must be
logged in to view attached files.
Hello,
In order to position dots on the image, try to use custom CSS in Theme Settings -> Custom CSS -> put this code in the “Global Custom CSS” field.
.single-product .woocommerce-product-gallery__wrapper {
position: relative;
}
.single-product .woocommerce-product-gallery__wrapper .owl-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
Kind Regards
Looks good on PC! But not showing on mobile(
Hello,
We don’t see that you have enabled this custom CSS. Please enable this custom, clear the cache on the devices and check again.
Kind Regards