The default Discourse template for comments isn't visually great, and as we get more comments having a user avatar will result in a lot of requests back to Discourse.
My thoughts would be to simply remove the avatar (see example above) and left align the username, maybe have each comment in a box so it's clear where one starts and the next ends?
If anybody can help with this I'd really appreciate it - will need the code to add to functions.php and any accompanying CSS.
The default Discourse template for comments isn't visually great, and as we get more comments having a user avatar will result in a lot of requests back to Discourse.
There is a simple guide to templating here: https://meta.discourse.org/t/wp-discourse-template-customization/50754 from which we can pull to improve the styling.
As an example, see Norman's comment: https://www.mautic.org/blog/press/acquias-response-to-the-mautic-community-manifesto/
My thoughts would be to simply remove the avatar (see example above) and left align the username, maybe have each comment in a box so it's clear where one starts and the next ends?
If anybody can help with this I'd really appreciate it - will need the code to add to functions.php and any accompanying CSS.