Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The best and quickest way to get whitespace between paragraphs is via the style.css file. You need to find “.entry” in style.css and adjust settings upon requirement from there. Here is an example of the kind of code you are looking for:

    .entry
    {
    margin-bottom: 10px;
    text-align: justify;
    }

    Thanks,

    Shane G.

    Thread Starter mahtab840

    (@mahtab840)

    there is no ‘.entry’ in my style.css file. I ctrl f’ed it…and there isnt any .entry word at all.

    Any other way?

    Thread Starter mahtab840

    (@mahtab840)

    bump

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paragraph spacing’ is closed to new replies.