[Resolved] woocommerce layout

Home Forums Support [Resolved] woocommerce layout

Home Forums Support woocommerce layout

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

    Hi

    Any ideas how I can get these images to fill the grid space so they are all the same height…

    https://www.thebeehivelifestyle.com/shop/

    I tried

    .woocommerce ul.products li.product a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    But no luck, please help!

    Thanks
    Dave

    #1354487
    Tom
    Lead Developer
    Lead Developer

    Hi there

    Give this a shot:

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
        margin-bottom: 0;
    }
    
    .inside-wc-product-image,
    .wc-product-image {
        height: 100%;
    }
    #1354814
    David

    Perfect – thanks Tom

    #1355502
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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