Site logo

[Resolved] Woocommerce – Main Product Image Size (Mobile)

Home Forums Support [Resolved] Woocommerce – Main Product Image Size (Mobile)

Home Forums Support Woocommerce – Main Product Image Size (Mobile)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2103906
    pro123

    Hi Team,

    I would like that the increase the size of the main Woocommerce product image on mobile to full width.
    Can you help me with this request?

    Best Regards,
    Luuk

    #2104046
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a single product so i can see the current setup?

    #2104062
    pro123

    Hi David,

    I have added the information into the private message section.

    #2104105
    David
    Staff
    Customer Support

    Try adding this CSS:

    @media(max-width: 768px) {
        .woocommerce #content div.product .woocommerce-product-gallery {
            margin-left: -30px;
            margin-right: -30px;
            width: 100vw !important;
        }
    
        .woocommerce div.product div.images .flex-control-thumbs {
            margin: 0 30px;
        }
    }
    #2104119
    pro123

    Thanks David! Appreciate your prompt reply and solution

    #2104126
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.