Big distance on the first paragraph

Hello, my webpage show big distance between the firt paraghaph and the second, how can I solve this?http://ulum.es/el-hombre-del-chandal-una-historia-sobre-la-disfuncion-erectil/

Thanks a lot

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the padding of the paragraphs by going to Appearance > Customize > Additional CSS and pasting it there.

/*Reduce padding*/
.single-post .entry-content p:first-of-type, .page .entry-content p:first-of-type {
    padding-bottom: 0;
}

Best Regards,
Support

Thanks a lot, it worked perfectly!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support