How to add spaces between paragraphs within the content of a page

Hello, I am trying to space out paragraphs in my About page within “content”. I’ve looked at other solutions and none have worked.

https://flowera.art/pages/about

Please help, thank you.

Hi @3Patch

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

hi @3Patch

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file “base.css” and open.

step 02:

  1. Paste the code at the of the file.
.section-template--18045820600625__main-padding .rte div {
    margin-top: 20px;
}

I Hope this can help you and solve you get issue

Thank you!