Thank you, and may I ask, when you have a deeper comment (reply to a reply), it happens that around 3 or 4 comments deep it shows very narrow, please see screenshot, is there something that could prevent this from happening? Its especially visible on mobile.
Hello,
may I ask, is it possible to limit character count on comments? To prevent overly long comments. Thank you.
Hi,
You can install the Limit Comments and Word Count plugin and follow the document at this link: https://wordpress.org/plugins/limit-comments-and-word-count/
Regards,
PenciDesign.
Thank you, and may I ask, when you have a deeper comment (reply to a reply), it happens that around 3 or 4 comments deep it shows very narrow, please see screenshot, is there something that could prevent this from happening? Its especially visible on mobile.
Attached files: comments.png
Hi,
Please send me the URL that contains the comments in question on your site so I can check them in more detail.
Regards,
PenciDesign.
Sure, please see the screenshot from mobile and URL example:
https://www.lenivakucharka.sk/domaca-pizza/
Attached files: comment.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width:961px) { .comments .children, .comments > .comment > .comment, .comments > .comment > .comment > .comment, .comments > .comment > .comment > .comment > .comment, .comments > .comment > .comment > .comment > .comment > .comment { margin: 0 0 0 5px } }Regards,
PenciDesign.