Problem with IOS mobile device
-
Hello,
We are facing a weird problem with IOS mobile devices. As you can see in mobiles some sections look blur. In other devices (android) everything is working fine. I am attaching some screenshots in order to help you understand my issue.
Attachments:
You must be
logged in to view attached files.
Hi,
Please, provide us your admin access so we can login and check this on your side.
Thank you in advance.
Here you are, please notify us if you want any further information.
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to fix this issue.
.browser-Safari .wpb_animate_when_almost_visible {
-webkit-animation: unset!important;
-o-animation: unset!important;
animation: unset!important;
}