- This topic has 13 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 14 posts - 1 through 14 (of 14 total)
Viewing 14 posts - 1 through 14 (of 14 total)
- You must be logged in to reply to this topic.
Hallo, I have problem with pictures zooming on mobile devices. Details in attached screenshots https://take.ms/5A3wU
Hi Andrei,
In order to assist you we need to check your site backend, please send us your website URL/USERNAME/PASSWORD.
Make sure to mark your reply as Private to hide it from the public.
Kind Regards
Hi Andrei,
We need to check your webiste from the back end, we need your WordPress admin bar(Dashboard) login info.
Waiting for your response.
Kind Regards
Hi Andrei,
At first sorry for the late reply, we had holidays
1. I checked your website and can’t get the same issue as you described. Images are working properly ion the mobile devices we checked, Samsung Galaxy S5/6/7, iPhone 5s/SE/6/6plus/X.
Can you clarify for us which mobile phone and mobile browser you are using when the issue appears?
2. We added some custom CSS snippets to your website to fix the issue with the website title and description, please check and let us know if it works for you.
Kind Regards
Hi Andrei,
I will redirect this topic to the developers and they will check.
Kind Regards
Hi Andrei,
We debugged your website and seems that it’s not a theme related issue, woocommerce has this bug, please contact the plugin support team and ask them to check for the issue.
Kind Regards
Hi Andrei,
We corrected it, please check again.
Kind Regards
Hi Andrei,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 380px) {
.woocommerce div.product form.cart .variations select {
min-width: 55% !important;
}
}
Kind Regards