Sticky add to cart on mobile
-
Hi,
I want to increase the height of the sticky “add to cart” button on mobile. Can you give me some advice on how to do that using custom CSS?
Hello,
You can use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Custom CSS for mobile”
.wd-sticky-btn .single_add_to_cart_button,
.wd-sticky-btn div.quantity input[type="number"],
.wd-sticky-btn div.quantity input[type="button"] {
height: 60px;
}
.wd-sticky-btn-shown.scrollToTop {
bottom: 72px;
}
Kind Regards