Hi there!
The pop up cart it overlapping with the logo of the header. It’s only on mobile.
I’ve added a picture. I use Dawn theme.
Hi there!
The pop up cart it overlapping with the logo of the header. It’s only on mobile.
I’ve added a picture. I use Dawn theme.
hi there,
you can fix your problem by adding z-index: 10000 to this class name “.cart-notification-wrapper”:
.cart-notification-wrapper {
position: relative;
z-index: 10000;
}
if you have any questions don’t feel free to ask.
good luck
hi @Detailking
You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.cart-notification-wrapper .cart-notification { z-index: 4; }