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
Hi Can anyone help on this?
Thanks Steve
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
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