Mobile sticky add to cart
-
Hi,
Is it any way to make sticky add to cart always on ?
Tried transform: none; but then i have different issues with it. So maybe it’s not the way to make that work.
Hello,
Try to add this code in Theme Settings > Custom CSS > Custom CSS for mobile.
/* Always show sticky add to cart */
.wd-sticky-btn {
transform: translate3d(0, 0, 0) !important;
opacity: 1 !important;
visibility: visible !important;
}
Best Regards,
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Mobile sticky add to cart’ is closed to new replies.