[Resolved] woocomerce image large

Home Forums Support [Resolved] woocomerce image large

Home Forums Support woocomerce image large

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

    How can I make product images come out full length on woocommerce category.
    As they are now it is a little strange.
    Plese can you see for expample webpage: https://herramientasbazarot.com/accesorios-de-cocina
    Thnaks in advance.

    #1389354
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS in Customizer > Additional CSS:

    @media (min-width: 768px) {
        .inside-wc-product-image {
            width: 70%
        }
    
        .woocommerce ul.products li.product a img {
            height: 200px;
            object-fit: cover
        }
    }

    This is currently fixing the height to 200px and making the image ‘fill’ the space.
    Do you need this CSS?

    You can set a different image size for the shop in Customizer > Woocomemrce –> Product Images.

    #1390011
    Escobar

    Excellent. You do the trick. Thank you very much.

    #1390117
    David
    Staff
    Customer Support

    You’re welcome

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