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

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.

You can spin up a new page template and design the warranty page exactly how you want it. That way you’ve got full control over spacing, sections, and formatting without E-composer or PageFly getting in the way. Once you get comfortable with templates (and a little coding), you may not even need PageFly anymore.

Hi @Nh2690 ,
You can fix it by following these two simple steps:

Step 1: Click on Customize (see screenshot)
Step 2: Add the following CSS code:

html body h5 {
 line-height: 1.5!important;
}


to the Custom CSS section (screenshot), then save and check the result.

Let me know if this works for you or if you need further assistance :heart:

Best,
Felix

Your entire text consists of <h3>, <h4>and <h5> elements. This can be a reason. This is also not great for SEO. Need actual paragraphs!

Try selecting entire content and click “Clear formatting” button. Add newlines before and after each heading. Then select each heading and apply relevant format.

But don’t I need to base a new template off of an existing one? If not, can you show me how? It will be useful for me not just for this, but in the future too.

This didn’t work. I’m not sure why.

Build a New Page Using a Custom Template (Shopify)

  1. Create the template in the Theme Editor
  • Open Online Store → Themes → Customize.

  • From the top dropdown, choose Pages → Create template (base it on an existing page).

  • In the left sidebar, hide the default “Page” section so all content lives in editable blocks.

  1. Build the page layout (still in Theme Editor)
  • Add your sections/blocks, images, text, etc.

  • Save when the layout looks right.

  1. Create the page in Shopify Admin
  • Go to Online Store → Pages → Add page.

  • Set Visibility: Visible.

  • Fill in Title, SEO Title, and Meta Description.

  • Under Theme template, select the new template you just created.

  • Save.

  1. Add it to navigation
  • Go to Online Store → Navigation, add a menu item, and link it to your new page.

Quick tips

  • If you don’t see the template in the Page settings, refresh the admin after saving the Theme Editor.

  • Keep SEO Title ≤ 70 chars and Meta Description ≤ 160 chars (your standard).

  • Hiding the default “Page” section ensures all content is editable directly in the Theme Editor.