Space between two paragraph

Good evening.
I’d like to reduce the space between two consecutive paragraph, because it’s too much, expecially if I see the page in my iphone.
How Can I reduce the space between the paragraph in thi spage: https://hagarlane.com/il-libro/

Thank you.
Best regards.
Patrizia

Hello Patrizia,

Thanks for posting in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body p {
    line-height: 1.5;
    margin-bottom: 1em;
}

Feel free to adjust the values.

Thank you so much! Now it’s perfect.
Patrizia

You’re most welcome!

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