Hello - I’m hoping to add a line break in the screenshot below. After the explaining the benefits of Quinoa, I would like a line break, before the description for flax seeds begins. Similarly, I would like the line break to apply to the rest of the page. Please can you assist? Let me know if you need anything from me. Thanks!
Hi there!
Just add this piece of code at the end of the “base.css” file.
.rte p {
margin-bottom: 15px;
}
If my explanation was too simple for you, let me know, and I’ll provide a more detailed explanation.
Hi @am2748 ,
There are two way we can add the line breaks.
-
Add
on the HTML this one needs some developer to locate this HTML in your store. -
We can add marging/padding on every paragraph. You can try this one.
-
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
-
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
-
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
-
And Save.
.rte p {
margin-bottom: 20px;
}
Result:
I hope it help.
That unfortunately did not work.
Would you mind to paste it on the section-multiculumn.css , I think this still on the asset folder.


