No Margins in Comments Section

Hello,
On all of my pages on my blog, the comments sections have no margins and it affects the readability. Is there anyway to get the comments to align with the rest of the post. Here are a couple of examples below. Thanks.

Tony

hey there

Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS

.wp_review_comments_template #commentsAdd {
width: 1170px;
float: none;
clear: both;
margin-bottom: 20px;
margin: 0 auto;
}

Thanks!
Colorlib Support Team

I added the lines, but there was no change. I believe the editor had an issue with the ".wp_review_comments_template #commentsAdd " part. Thanks again for the help.

Hi there

Please clear cache and check again, its fixed on my side :slight_smile: