Paragraph spacing

  • eleni_meleni

    #7328

    I have a question about spacing between paragraphs. I’d like to increase the space between paragraphs.

    When I press enter/return once (to start a new paragraph immediately on the next line), there is a small space, but not enough. When I press return twice, there is a large space. I’m looking for something in between.

    Is there a way of increasing the paragraph spacing to 1.5 times its current height.

    (I went into Graphene Options > Text Line Height … but the line spacing there looks like it’s only for between each line, not between paragraphs.

    If it requires CSS, can you tell me exactly what I need to type into the Custom CSS box (I’m guessing that it just overwrites the CSS elsewhere).

    Thanks!

    Admin

    Syahir Hakim

    #37865

    Add this to the theme’s Custom CSS option:

    .entry-content p {
    margin-top: 15px;
    }

    eleni_meleni

    #37866

    Thank you Syahir! Too easy 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.