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..
Completed
May 11, 2026
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
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