When going on mobile the product image is not shown above the slider, but on desktop it is. How can i fix that?
Topic summary
A Shopify theme issue where product images fail to display above the slider on mobile devices, while appearing correctly on desktop.
Problem Details:
- Main product image missing on mobile view
- Desktop display functioning normally
- Screenshot provided showing the mobile layout issue
Solution Provided:
Add CSS code to the theme’s base.css file:
.wrapper-images {
z-index: 1111 !important;
}
Steps:
- Navigate to Online Store > Themes > Actions > Edit Code
- Open Asset > base.css
- Paste the CSS at the bottom of the file
Status: Resolved - the CSS fix successfully corrected the mobile display issue.
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.

