Hello,
Is there a way to improve the nested comments in WordPress? I need to have them nested so people can reply to each other, but they get so ridiculously skinny after the third reply that they’re almost impossible to read, sometimes less than one word wide! Would it be possible to increase the margins?
I found this code to add to the site on WordPress.org, but when I added it nothing changed:
you can change the comment indents by adding some CSS via a custom CSS plugin or a child theme;
example:
.commentlist li.comment { padding-left: 1em; }
.commentlist .comment-author { margin-top: -0.4em; padding: 1em 0em 2.9e
Thank you for your help,
Red
Attachments:
You must be
logged in to view attached files.