Space between paragraphs

Hello guys,

I need to ask for your help with reducing the space between paragraphs. It’s really too much of a gap, I am not sure how and where to change it.
Can you please help?
Here a link and a screen shot for an example.

Thanks a lot for your kind assistance
Cheers

Hi Isabella,

Thank you for writing in, your paragraphs have a bottom margin of 2.15em (Im not sure if this is the default bottom margin or a custom CSS though because your CSS are minified)


You can adjust that by adding this to Theme Options > CSS

p {
	margin-bottom: 2.15em;
}

Don’t forget to clear your caches

You can find the proper CSS code selector using the Chrome browser Developer Toolbar (deactivate your caching/minifier plugin so you can inspect the page properly).
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

Thanks friech I changed it to 1.15. that’s perfect now! thanks a lot

You’re welcome Isabella!
We’re glad @Friech were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.