How to align comments to the left?

Hi,

The comments in my comment section looks fine when viewed on desktop/laptop. But when I view the post/page on a mobile device, all the comments seems to move to the middle.

For example, please see the comment section of this post from a mobile phone: http://souperdiaries.com/chinese-shrimp-fried-rice-recipe/. How can I push it to the left of the page? For my replies, I would like it to be pushed to the left too.

Thanks.

Sincerely,
Yvonne

Hi Yvonne,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS


@media (max-width: 768px){
    .comment article.comment-body {
    padding-left: 20px;
}
}

Best Regards,
Movin

Thanks Movin, it worked :slight_smile:

You are most welcome here :slight_smile: