Too much space between post and comment form

Hi,

how do I reduce the white space between comment form and my post?

Thank you.

Hi @lucie,

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

You can reduce it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

body.single article.post {
    margin-bottom: 20px;
}

body.single .post-inner-content {
    padding-bottom: 20px;
}

Best Regards,
Movin