[quote=@Mahz] Yeah, I patched the user profile to fix an issue with large avatars bleeding into the user info list on mobile devices. I moved the ratings table to its own row. It's not very pretty, but a better solution didn't rear its head so I moved on to other issues. If you have ideas, lemme know. I guess on desktop widths, I could show the ratings table as a third column (avatar | info | ratings)? [/quote] I guess the issue is with how erratic tables are, as they seem to stretch with the with of the screen. I've solved this with my own tables by making some empty "dummy" rows that don't contain anything. That at least helps squish everything to one side. Of course, that's assuming the tables you're working with work the same way our tables do. I personally never encountered that issue on my phone, but if it's a concern I'd say to at least make the desktop version display everything the old way. I don't know how to code websites, but I am pleased to see that QoL changes are getting implemented.