Basket is not showing in add to cart button on shop page.

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

  • Avatar: Priya
    Rashika
    Participant
    June 22, 2020 at 19:10

    How to fix this? Also, How to make the product on the shop page equal in heights when one product has a bigger title? Take a look at this https://prnt.sc/t4hv3t

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 23, 2020 at 07:37

    Hello,

    I can see the icon – http://prntscr.com/t4rp53 Please clear cache and check one more time. If this is not solved, provide URL of page where I will be able to see the problem.
    Use the next custom CSS code:

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

    Regards

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

The issue related to '‘Basket is not showing in add to cart button on shop page.’' 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.