This topic has 6 replies, 3 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
When using sticky add to cart button in combination with buy now button I can’t get the two buttons below each other on mobile. What is the template file of the sticky add to cart button? Or is there some CSS where the two buttons would be below each other on mobile, instead of next to each other?
Hello,
Could you, please, provide us with link to your product to inspect the sticky panel and help you?
Regards
https://roefel.com/winkel/douche-en-shampoo-sensitive-bio-eliah-sahil/
It’s on mobile that the problem occurs
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
Thank you, it works
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up