Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s style.css find the line’s with this:

    .content-entry p {
    margin:0;
    padding:0;
    }

    and change into:

    .content-entry p {
    margin:0 0 5px;
    padding:0;
    }

    This item starts on line 373

    Thread Starter easyx

    (@easyx)

    Thanks very much, it worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Paragraphs’ is closed to new replies.