Consistent Product Sizes When Listing? - by Ian S

This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler

  • Avatar: AWarmFastBear
    Ian S
    Participant
    March 3, 2019 at 07:20

    Hi,

    Is there a setting I’m missing that will force products to maintain the same image size and descriptions so that they don’t have varying heights which cause the products to be non uniform?

    Image example:
    https://i.imgur.com/lAiQzha.png

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 3, 2019 at 08:34

    Hello

    Problem is because your image has different size
Go to WooCommerce > Settings > Products > Display > Image Size and set correct image size for the catalog images. This post will help you to find out what size is ok for you https://docs.woocommerce.com/document/fixing-blurry-product-images/ After that install and activate Regenerate Thumbnails plugin and regenerate all the thumbnails (Tools > Regenerate thumbnails > All)

    Avatar: AWarmFastBear
    Ian S
    Participant
    March 4, 2019 at 05:08

    Thank you, I had to go to the WooCommerce customizer to find those display settings. Unfortunately the images aren’t internally hosted, they are loaded in through Amazon, so resizing them with a thumbnail regenerator won’t really work.

    I’ll need to if there are other uniform sizing options..

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2019 at 09:11

    Hello,

    Try to add this code in Theme Options > Custom css:

    .content-product .product-image-wrapper {
        min-height: 200px;
    }
    .content-product .product-title a {
        min-height: 90px;
    }

    http://prntscr.com/mswdj9

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.