mautic / website

The Mautic Website
6 stars 4 forks source link

Improve styling of comments on blog articles #99

Closed RCheesley closed 5 years ago

RCheesley commented 5 years ago

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.

RCheesley commented 5 years ago

Thanks to Andrass on Slack for the help with getting this done so quickly!