more/less space between comment healine and comment box

Hello. First of all you have an awesome theme.
I have a problem with the space between comment healine and comment box.
Examples can be seen at: http://husplaner.se/drommar-om-jul/

If possible, please provide the css code.
Thank you for your help!

Hi @lajla,

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 -> Additional CSS


.single-post #reply-title {
    margin: 30px 0 10px 0;
}

Best Regards,
Movin

I’ve managed to change it. Thank you soooo much!

You are most welcome here :slight_smile: