Changing space between header and paragraph

Hello,

How can i change the space between the header and a paragraph to a normal space? Because there are no empty lines in the blog description.

Yes you can change the spacing @Mart2500 ,

let me know if you need any help from my end.

Can you provide the store URL?

https://www.privatesupplements.nl/blogs/alles-voor-jouw-doel

Please add the below line of CSS code at the end of your base.css file.

.article-container.image--radius.heading--mb h1{
margin-top:30px;
}

you can change the value of px as per your taste.