Hello. So, I just finished upgrading our charity's ELLG instance from version 1.2.17 all the way up to 6.3.3 - along with shifting up various versions of PHP and MySQL to MariaDB along to way. It's been a marathon to say the least - but made easier by putting it all inside a Docker Compose harness to let me shift versions and rebuild PHP at each stage. And now everything works!
However, I have some questions about getting the site to look right on mobile devices. On the login page, my users are seeing the title seemingly centered instead of left justified.

And on a random Groups page, the group description is "crushed":

Is there some setting I'm missing somewhere that might fix these? I went looking for plugins but all the ones I could find look unmaintained - or 56 years old like the ELGG site seems to tell me. :-D
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Chris Funderburg@bocan

Chris Funderburg - 1 like
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 1 like
You must log in to post replies.Nevermind! Figured out the correct way to do it seems to be to create a new mod that overrides the css. If it's any use to anyone else I just create this structure.
And added this to the custom.css:
There's probably some work to do with Pages too, but I ran out of time. I'll find some time this week to do those, find the right-hand-side Pages menu that vanished somewhere along the line, and fix my personal bug-bear: members lists and counts including banned users literally everywhere...
I didn't have time to respond; you were quicker.
This is a problem with the current Elgg layout.
We often have to fix it using styles in custom plugins, but there's no single solution since 3rd-party plugins can also have their own styles, etc.
I'm glad you fixed the issues in your custom plugin!