product images bug from mobile view

Hello everyone its my first post here,

I’m having an issue only from mobile, products pictures bug is it possible to fix it ?

puffworld.gr is the site

thank you for your time

Hi @puffworld

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

@media screen and (max-width: 768px){
.product_img_top + .product_slider_img {
    display: none;
}
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Hi @puffworld

Could you explain the issue?

hello mate thank you so much for your reply it really worked but now the photos are shown like that on mobile.

is it possible to fix it and make it look like the pc view ?

thank you once again for your time