PDA

View Full Version : Avatars not showing in Apple/Safari/Some Tablets


Aros12
02-15-2016, 05:27 PM
Our members have reported that the avatars disappear when viewing on certain devices like Apple iPads using Safari as an example.

http://www.hobbysquawk.com/forum/motion-rc-general-topics/forum-feedback/30973-no-avatars

Here's a screen shot...Thanks for any help!

Replicant
02-16-2016, 12:24 PM
Change this block of code from your css_additional.css on or about line 30@media only screen and (max-width: 783px) to @media only screen and (max-width: 767px) and see if that rectifies the situation. These are the kind of issues I was referring to when I offered up the larger avatar code. There are so many devices with different screen resolutions that keeping the responsive design working for all of them will require quite a bit of tweaking.

Aros12
03-06-2016, 12:15 AM
Thank you Replicant! I apologize I missed the response.