• mafoo

    (@mafoo)


    Hi All!

    I think this is the right place to ask this.

    Since upgrading my theme all my spacing has disappeared from my posts. The spacing was never great but was acceptable. It doesn’t seem to make any difference as to whether the post was written on a mobile device or online using the admin section.

    http://www.mafoo.com/index.php/2011/06/07/i-know-all-my-spacing-is-missing/

    Any clues what I need to change to correct it? Is it stylesheet I need to change?

    Cheers,

    Matt

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    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

    Jarret

    (@jarretc)

    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.