Viewing 2 replies - 1 through 2 (of 2 total)
  • CPC Mike

    (@homergz)

    Your paragraph padding in your style.css is set to 20px. I suggest changing it to not add padding to the bottom:

    From:

    p {
        padding: 20px;
    }

    To

    p {
        padding: 20px 20px 0 20px;
    }

    Thread Starter actionflickchick

    (@actionflickchick)

    Thank you!!!!!

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