Hello
How do I bring this mobile cart drawer ( I don’t know what to call it) to the front?
It’s all of a sudden hidden behind the product images. It works fine on desktop but for mobile it’s weird..
Hello
How do I bring this mobile cart drawer ( I don’t know what to call it) to the front?
It’s all of a sudden hidden behind the product images. It works fine on desktop but for mobile it’s weird..
yes it works fine when I resize it to mobile size on my desktop but
on my actual cell phone, it looks like the one I posted..
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
This problem only occurs on ios devices. you can refer to my code
Go to Online Store > Themes > Edit Code >theme.liquid. After you can paste this code to before element
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { @media (max-width:767px){ cart-notification,cart-notification div{ z-index:99999 !important } #MainContent{ z-index:-1 !important } } }}Best Regards;
Pagefly