Forums

[resolved] Quicktags: How can I make paragraphs? (3 posts)

  1. sdblog
    Member
    Posted 3 years ago #

    Hello, I would like to have more space between my text's paragraphs, inside a post or page, but even if I do it in the editor, when I publish it, it only accepts one paragraph.
    In the html editor it doesn't accept <p> </p>.

    How can I insert one or more paragraphs?

    Thank you,
    Joana

  2. alexleonard
    Member
    Posted 3 years ago #

    What you need to do is change your style sheet to increase the space between your paragraphs.

    You need to edit the style.css file in your theme folder and add something like

    p {
    margin-bottom: 2em;
    }

    If you're not familiar with this have a look at some of the codex information on styles and your themes:

    http://codex.wordpress.org/CSS

  3. sdblog
    Member
    Posted 3 years ago #

    Thank you so much, it worked perfectly!
    Best,
    J

Topic Closed

This topic has been closed to new replies.

About this Topic