Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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 </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
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!