Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1188029

    Hi,

    I have forced the thumbnail size for products and its categories to 80×80. But, the sizes are not equal.
    Please check and help me with the CSS for all the product category thumbnails to display in same size.
    please check the Private Content for the website url.

    Thanks
    Swathi

    #1188773

    Gentle Reminder

    #1188819

    Hi,
    Sorry for the late reply, I have taken a look at your page and your image “Heartbeat Monitors” is 41px-80px so this is why it is showing taller than wide, if your images were square they would be consent. If we use css to make all of the products show the same size the images would be distorted.
    If you would like to try anyways, please add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .product-category.product,.product-category.product a {
    height: 300px !important;   
    max-height: 300px !important; 
    }

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.