Increase spacing between paragraphs for Sparkling WordPress theme

Hello,

how is it possible to increase the spacing between paragraphs? Everytime I hit enter, there is of course a paragraph created, but I feel the text is still really dense.

Is there a way to increase this?

See the image for current status.

Thanks

Nik

You can increase paragraph spacing on post content by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

.entry-content p {
    margin-bottom: 40px;
}

You can use any size you want as this is just an example.

Let me know if this is what you were looking for.

Perfect!

The best support ever! Thank you Aigars!