Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267593
    yumiko
    Participant

    if product’s main image width is set to 300px on Appearance > customize > woocommerce > product image, its zoom image remains to spreads to the full width. Is it be able to fit the main image width set by customize page?

    #267666
    tikaram
    Keymaster

    @yumiko: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    .single-product div.product .woocommerce-product-gallery {
        width: unset;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #270074
    yumiko
    Participant

    Thank you for your reply.

    The css setting seems not to work and cause the product description area to move below the product images.
    https://madeinjike.jp/product/%e6%9f%9a%e5%ad%90%e8%83%a1%e6%a4%92%e3%83%bb%e8%be%9b

    Do you have any other setting?

    Regards,
    Yumiko

    #270444
    tikaram
    Keymaster

    @yumiko: I have forwarded the issue to the development team. It looks like there is a issue on full width pages. Will let you know soon about the update.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘product gallery zoom flame doesn’t fit the main image width’ is closed to new replies.