Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1149178

    When I see the site on mobile the animation doesn’t load at all
    I have tested on multiple Android devices and iPhones – all the same

    #1149799

    Hello? Can someone respond please

    #1150143

    Hi runekjensen,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        .avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1150161

    Tried both and it still doesn’t work

    #1150579

    Hi runekjensen,

    https://cl.ly/a8177277df92 It is showing up like this now, just without fading in. Is this not working for you?

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.