Home Forums WoodMart support forum Problem with IOS mobile device

Problem with IOS mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81065

    justintime
    Participant

    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.
    #81075

    Artem Temos
    Keymaster

    Hi,

    Please, provide us your admin access so we can login and check this on your side.

    Thank you in advance.

    #81096

    justintime
    Participant

    Here you are, please notify us if you want any further information.

    #81132

    Artem Temos
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)