Add Space after paragraph

Hello,

New to this and when I write an entry with paragraphs, there are no spaces (below or above) the paragraph. Would love to add some space. How do I go about doing this?

Hi @swtnsalty,

I hope you are well today and thank you for your question.

Could you please tell me how you are adding paragraphs in the content and also share me the page URL from your site where it is not displaying so that i can troubleshoot it?

To add paragraphs please see the information provided on the following pages.

Best Regards,
Movin

Thanks - I first just pressed enter in the post text box. I see spaces in between paragraphs there but when I actually post a page there are no spaces in between paragraphs. I saw the youtube video you showed about adding the p but that means I have to change it for every <div? for every single post. Is there an easier way to make a change so I don’t have to make manual changes? The post below show that there are paragraphs but no spaces between the paragraph. Please assist. Thanks!

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.entry-content > div {
    margin: 15px 0;
}