Space between blog post and comment

Hello,
I have this white space between the end of my blog post (actually the end of the social share buttons) and the comments section (Leave a Reply). Here it is:

Is there a way to reduce this space?
Thank you!

Hello @kamilzwolski,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

div#comments, #reply-title, .single-post .entry-wrap  {
    margin-top: 0;
    padding-bottom: 0;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you very much for this!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.