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

    Hi
    The loading screen logo appears off center when viewed on mobile.
    It shows centered in web dev tools but not on actual mobile.
    I’m not sure how to target it or fix it can you help?

    Thanks

    Steve

    • This topic was modified 3 years, 12 months ago by pixelist.
    #1263625

    Hi Can anyone help on this?

    Thanks Steve

    • This reply was modified 3 years, 12 months ago by pixelist.
    #1263646

    Hi Steve,

    I checked your site in both Chrome mobile simulation, and on an actual phone. I can’t see any difference between the two though, could you post a screenshot highlighting the problem, and how we can reproduce it please?

    Best regards,
    Rikard

    #1263668

    Hi Rikard
    Thanks for getting back
    I managed to find the solution from a previous post in the forums.

    .av-preloading-logo img {
    max-width: 100%!important;
    max-height: none!important;;
    float: center !important;

    }
    Which fixed it – but odd that it’s doing it?
    Cheers
    Steve

    #1263749

    Hi Steve,

    Great, I’m glad that you found a solution and thanks for sharing it. I’m not sure why it behaved like that, but if the fix works then please keep on using it.

    Best regards,
    Rikard

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