Home Forums WoodMart support forum How to positioning dots on image?

How to positioning dots on image?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327798

    fineorganics
    Participant

    How to positioning dots on image?

    Attachments:
    You must be logged in to view attached files.
    #327897

    Luke Nielsen
    Keymaster

    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

    #327915

    fineorganics
    Participant

    Looks good on PC! But not showing on mobile(

    #327997

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)