Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #630356

    Hello – it seems to be a common question, but I have tried almost everything including resizing the thumbnails on the media page and woocommerce settings, then regenerated all thumbnails to no avail. Please view link 1.

    The thumbnail is rounded and cropped. How can I display the actual thumbnail size/dimensions and remove the rounded edges?

    Also my product images vary in size. Do I need to display a default size for all or can they simply display there default thumbnail size? There will be 350 products in total.

    Thank you

    #630366

    Resolved – I decided to view source and added this code to enfold css and it appears to now be displaying exactly how I want it.

    .av-catalogue-image { width: 35%; -moz-border-radius: 0px; border-radius: 0; }

    Change % to suit.

    If there is another method, please let me know. Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Product List Thumbnail dimensions’ is closed to new replies.