Viewing 2 replies - 1 through 2 (of 2 total)
  • In your CSS, your class “post” is defined as thus:
    .post {
    margin: 0 20px 70px;
    text-align: justify;
    }

    When working with margins (or padding or borders) it goes top, right, bottom, left. So that means you have no top margin, 20px on the right and 70px on the bottom. Reducing that 70px to something else will shrink that space for you.

    -tg

    Thread Starter keenlearner

    (@keenlearner)

    That’s great.

    Thanks for the quick response

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