How can to alignment " art to cart "

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

  • Avatar: Tuan_Hoang
    Tuấn Hoàng
    Participant
    January 17, 2021 at 16:42

    how can I alignment ” art to cart ” to one line , I was code in css, but seem to be wrong code
    plZ see my pic
    tksss
    null

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2021 at 16:46

    Hello,

    Thanks for using our theme.
    Could you provide URL of your site?

    Regards

    Avatar: Tuan_Hoang
    Tuấn Hoàng
    Participant
    January 17, 2021 at 16:47
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2021 at 16:49

    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

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

You must be logged in to reply to this topic.Log in/Sign up

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