1

Disable sticky cart only for mobile?

  • Done

D
deneme

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..

A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

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