Viewing 4 replies - 1 through 4 (of 4 total)
  • Remove p, from:

    h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
        margin: 0;
        padding: 0;
    }

    in style.css.

    Thread Starter mafoo

    (@mafoo)

    Thank you. All fixed. I would have never done that.

    Matt

    Thread Starter mafoo

    (@mafoo)

    Quick question. The breaks are slightly on the large size, is there anyway to decrease them slightly?

    Cheers!

    Matt

    Add

    .post .art-postcontent p { margin: 5px auto 5px auto; }

    into your style.css. You can mess around with both 5px settings to increase/decrease the spacing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing Issue’ is closed to new replies.