Hello, I am writing some content on one of my Pages and cannot get spaces to display between paragraphs. When I write it out in the text box, it looks fine, but the second I save and preview it, everything gets lumped together in one paragraph.
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
Hi,
The page in question is at https://petitanjou.com/pages/philanthropy and the password is zeasea. Everything is lumped together in one paragraph, but Iād like there to be spaces in between them.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.PageContent.PageContent--narrow.Rte div p {
line-height: 2!important;
}
hello @jyl912
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.PageContent.PageContent--narrow.Rte p {
line-height: 30px !important;
}
Thank you both!! It worked ![]()
Thank you!
Thank you for your response. Itās good to know that itās worked for you. Kindly feel free to get back to me if you need any further assistance.
ZestardTech - Can you provide the same explanation for the āRideā Theme? I do not have a theme.css file
Thanks!
paste this at the bottom of base.ccs or use it on the section you want.
p{
margin-bottom:20px! important;
}
Hi, I am in need of a solution for the same problem. I need spacing between paragraphs to stay. When editing the code, no ātheme.cssā exists. I have theme.liquid. Is the process the same? Iām using the Dawn theme and have tweaked some code. Thanks for any help you can provide.
Hi, I am in need of a solution for the same problem. When editing the code, no ātheme.cssā exists. I have theme.liquid. Is the process the same? Iām using the Dawn theme and have tweaked some code. Thanks for any help you can provide.