• Resolved karamomo

    (@karamomo)


    Thank you for your work.
    I’m enjoying your Theme.
    However, I can’t change Woocommerce Product Image Size.
    I tried to Go to Appearance > Customize,
    Then go to WooCommerce > Product Images
    and Write my desired width in “Main image width” field.

    But the image size was not changed.
    Default image size is so big!(maybe 600px…)
    I want to change to at least 100px × 100px.
    I want to sell download music in this HP.
    Please assist me.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Labinator

    (@labinator)

    Hello!

    Thank you for choosing NanoSpace.

    Concerning your question, we are sorry to inform you that there is no option in the theme at the moment to change the image size of the WooCommerce product. The options that you see there in the theme are for the main shop page and not for the individual single product page.

    The best solution in your case is either for you to use a page builder to create your own custom product layout or you can create big images.

    Alternatively, you can try to adjust the size of the image using Custom CSS but that will not make the layout of the single product page look elegant.

    You can try the below code and see if that would help in your case:

    .single-product-images {
        width: 500px;
    }

    Note 1: You need to add the above code to the “Custom CSS” box that you find in the customization panel.
    Note 2: Change the width to your desired number.

    We hope that helps!

    Best Regards,
    Labinator Team

    Thread Starter karamomo

    (@karamomo)

    Hi Team,

    Thank you for your support.

    I got it.
    I can’t change my product image size, though.
    However, it can’t be helped.

    Thanks a lot.

    Theme Author Labinator

    (@labinator)

    Thank you for your reply.

    We have already added your request to the list of suggestions for our team to consider in future versions of the theme. In the meantime, you can either adjust the size in CSS, use a page builder, or simply create bigger images.

    Generally speaking from a design perspective, it is nice to have big images for your products. Even if you are selling music, you can still create nice big featured images for your albums. The bigger the image, the better the customer experience will be. We highly recommend you to keep your images big and clear for best possible results.

    We wish you all the best!

    Best Regards,
    Labinator Team

    Thread Starter karamomo

    (@karamomo)

    Hi Team,

    Thank you for your kindness.
    Yes, It’s exactly as you said ??

    I appreciate it so much.

    Best regards,
    Karamomo

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can’t change Woocommerce Product Image Size’ is closed to new replies.