Home Forums WoodMart support forum Product Image thumbnails off mobile

Product Image thumbnails off mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132492

    [email protected]
    Participant

    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.

    #132518

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    .woocommerce-product-gallery .order-lg-first{
    display:none;
    }

    Best Regards

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