Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #519304

    One of sites uses Enfold / Woo Commerce with the Nested Category plugin. On the product category pages of the site, the images are being shown at a set size of 300px x 180px instead of using the width and scaling the height accordingly, which is distorting them. We can’t see a way to edit this to stop it happening.

    We are using the woocommerce nested category plugin.

    #519463

    Hey Paul!

    Send us a link to the page and we’ll take a look. You can set you reply as private if you wish.

    Cheers!
    Elliott

    #519466

    Hey Elliott, thanks for the response. Please see private links sent

    #519515

    Hi!

    Remove this from your child theme CSS.

    .tax-product_cat .thumbnail_container img {
        height: 180px !important;
        width: 300px !important;
    }

    Cheers!
    Elliott

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