Main image mobile not showing

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.

https://www.pretty-paws.nl/

Hello @thijmenvdijk ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. 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.