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

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

3Patch
New Member
5 0 0

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.

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1785 3101

Hi @3Patch 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

 

<style>
#shopify-section-template--18045820600625__main .rte div {
    margin-top: 20px;
}
</style>

 

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

shubhamSharma
Shopify Partner
130 25 27

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!

S.sharmaJi