[Resolved] No space between paragraphs

Home Forums Support [Resolved] No space between paragraphs

Home Forums Support No space between paragraphs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154486
    meleager

    Hi,

    When I am writing a post from the back end and I want to insert empty space, separating two paragraphs, I hit Enter. But when I save the changes they do not appear on my site. So I have to switch from Visual to Text mode and put some <br/> tags where I need to separate the text.
    I was wondering if this is a GeneratePress or a WordPress thing? Thanks…:)

    #154546
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This is a WordPress thing.

    Instead, switch to the Text editor and add this between your paragraphs:

    <p><!-- empty paragraph --></p>

    The HTML comment makes sure WordPress doesn’t strip the empty tag 🙂

    #154589
    meleager

    Thanks, but does that mean I have to switch to Text mode and put that code every time I want to insert empty space and separate two lines of text? Sounds like a lot of manual work. I can’t recall having the same issue before on other WordPress sites I have been dealing with. Isn’t there a way to make it permanent?

    #154624
    Tom
    Lead Developer
    Lead Developer

    Separating two lines of text should just require you to hit the enter button – that will put them in paragraphs which separates them.

    The above code will add an extra space, on top of the initial paragraph spacing.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.