Site logo

Archived topic

Woocommerce - Main Product Image Size (Mobile)

5 replies · Started by pro123 on February 3, 2022

Viewing posts 1–6 of 6

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

Hi there,

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

Hi David,

I have added the information into the private message section.

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;
    }
}

Thanks David! Appreciate your prompt reply and solution

Glad to be of help!

This archived topic is closed to new replies.