Reply 318321 to: Sticky add to cart in combination with buy now button on mobile

Avatar: Olga Barlow
Olga Barlow
Support staff
February 24, 2022 at 13:29

Hello,

Add the below code to Theme Options > Custom CSS

@media only screen and (max-width:768px){
    .single-product .etheme-sticky-cart .cart {
        flex-wrap: wrap;
    }
    .etheme-sticky-cart .quantity~.single_add_to_cart_button {
        max-width: 130px;
        min-width: 130px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.