Bottom aligned products - by ziga32 - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago ago by ziga32

  • Avatar: ziga32
    ziga32
    Participant
    August 17, 2021 at 11:22

    How can I make this bottom aligned?
    https://i.imgur.com/zEtw86L.png

    https://www.clickstore.si/

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2021 at 07:02

    Hello,

    Add the next code in Theme options > Theme custom CSS:

    .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;
    }

    Regards

    Avatar: ziga32
    ziga32
    Participant
    August 18, 2021 at 10:00

    great, thank you

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

The issue related to '‘Bottom aligned products’' 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.