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

Hi, I’m writing a warranty page on my website but for some reason all the paragraphs are clumped together. I have recently used the E-composer app for my blog landing page and PageFly for one of my blogs. I’m not sure if they’re causing the problem.

Here is the link to the page in question: Contact – Brigade Watch Co.

I have already tried the following code on the Theme CSS section and it didn’t work:

.PageContent.PageContent–narrow.Rte p {

line-height: 30px !important;

}

Hey @Nh2690

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.image-with-text__text.rte.body * {
    line-height: 36px !important;
}
</style>

RESULT:

If you need further assistance, please don’t hesitate to reach out. And if my response was helpful, a Like would be greatly appreciated.

Best regards,
Moeed

Is there a way to do put spaces between the paragraphs. The results seems to put a space between every line.

@Nh2690 hello, your section is image with text section, go to this page in customize settings, you will be having a section containing this image and text. Go to that section and manually press enter button after each line where you want spaces. That way it will add space where you want.

I tried that but it didn’t work.

Can you add me as collaborator? I will check and do it