When going on mobile the product image is not shown above the slider, but on desktop it is. How can i fix that?
Hello @thijmenvdijk ,
Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?
Yes ofcourse.
Hello @thijmenvdijk ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
.wrapper-images {
z-index: 1111 !important;
}
Let me know if you need further assistance!
Thank you very much! That is it.

