Customize or disable sticky cart for mobile because mobile view gets %50 of the screen when there are variations or other things like apple pay g pay..
23-10-2022 -
Activity
Newest / Oldest
Jack Richardson
Status changed to:
Done
Jack Richardson
Hello @deneme,
You may add next custom css for solving such question.
@media only screen and (max-width: 768px) {
body .etheme-sticky-cart {
display: none;
}
}
Regards, Jack Richardson
Activity Newest / Oldest
Jack Richardson
Status changed to: Done
Jack Richardson
Hello @deneme,
You may add next custom css for solving such question.
@media only screen and (max-width: 768px) {
body .etheme-sticky-cart {
display: none;
}
}
Regards, Jack Richardson