Reduce width of paragraphs within blogposts

Hi there and thanks ahead for reading my problem and taking your time ;-),
my blog is www.livelifegreen.de. Is there a way to reduce the space between paragraphs within my blogposts? Whenever I change from text to title 1 or title 2 and so on the spaces get pretty wide. Both on mobile and pc.

Thanks a lot
Alex

Hi Alex,

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

article p {
max-width: 80%;
margin: 0 auto;
}

Best Regards,
Movin

Dear Movin,
sorry, that’s not what I meant. I attached you a screenshot to show you.
I would like to have the space in between (marked in red) smaller. It’s within a blogpost.

Thanks a lot for your time and effort and all the Best
Alex

Hello there,

I hope you are doing well today.

Try using the following CSS to reduce the space of the margin used there:

/*Reduce post header margin*/ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 10px 0; }

Best Regards,
Support

Thank you Thank you Thank you :-D!
It worked perfectly!
All the Best
Alex

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