New Landing How can we help? General Forum Help Product Category Size too large (not changing after regenerating thumbnails)

Viewing 4 posts - 1 through 4 (of 4 total)
  • #282727
    bikashshil02
    Member
    Post count: 46

    Hi,

    I changed my woocommerce product display as attached screen shot(woocommerce –> Settings –>Products –>[Display].
    Then I ran “regenerate thumbnails” successfully.

    But, still I am finding all my product category images are showing too large on the home page and also they are blurred now.

    Can you please help me to fix this issue?

    Thanks

    Bikash

    Attachments:
    You must be logged in to view attached files.
    #282731
    David Martin – Support
    Moderator
    Post count: 20834

    150px is far too small. Make them at least 800px.

    Thanks.

    #282806
    bikashshil02
    Member
    Post count: 46

    Thanks. Changed the image dimensions.

    And managing the theme display with a custom css by reducing it to 50%.

    Used the below code :

    .woocommerce ul.products li.product a img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    }

    Thanks

    Bikash

    #282847
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.