How to increase or decrease white space between paragraphs in Sparkling Theme?

I want to increase white space between paragraphs. Any suggestion?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

In order to check your question i need to see your live website, please provide url and i will take a look

Hello,
Thanks for your frequent reply.
Here is my website’s URL

In my website, I have added whitespace by pressing Enter & then again pressing Shift+Enter so that I have a good whitespace between paragraphs.

However, If I normally press Enter, then there is not much whitespace. I hope you got my point?

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the line height by going to Appearance > Customize > Additional CSS and pasting it there.


/*Paragraph line height*/
p {
    line-height: 34px;
}

Best Regards,
Support