• I have a problem with the product image.
    It’s very small look like 25% of the space it’s have.

    Any ideas why?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce div.product .woocommerce-product-gallery img {
        width: 100%;
        height: 100%;
    }

    PS- change the width and height as per your need

    Thread Starter galhad

    (@galhad)

    @abhikr781
    Thank you for your comment, it didn’t solve the issue

    Try this one, clear the cache and check.

    .woocommerce div.product .woocommerce-product-gallery img {
        width: 100% !important;
        height: 100% !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product image is very small’ is closed to new replies.