Same height columns with product grid on mobile view

This topic has 2 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler

  • Avatar: Martine
    Martine
    Participant
    December 27, 2021 at 10:08

    Hi!

    Please check https://www.diamondflame.nl/shop/

    Is there a code a can use to make the columns equal height in a product grid on mobile view?

    I used this code but this does not work for mobile view:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
    display: flex;
    justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    }
    .content-product {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    flex: 1;
    }
    .content-product .quantity-wrapper {
    margin-right: auto;
    margin-left: auto;
    }
    .swiper-container {
    display: flex;
    align-items: stretch;
    }
    .product-slide .product {
    display: flex;
    height: 100%;
    }
    .swiper-wrapper {
    height: auto;
    }

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 27, 2021 at 11:23

    Hello,

    Clear cache of your mobile browser and check one more time. If the result in not what you are looking for, provide a screenshot and describe the desired result in more detail.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘same height columns with product grid on mobile view’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.