• Resolved posiesplace

    (@posiesplace)


    I’ve tried searching the Codex but cannot seem to find anything regarding line spacing. The main text on my site seems to be set at what looks like doubleline spacing and I would like to reduce this.

    Where and what on the stylesheet sets the line spacing?

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s the second number here:

    p, li, .feedback {
    font: 100%/180% verdana, 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
    }

    100% = font size
    180% = line spacing

    That’ll sort it 🙂

    Thread Starter posiesplace

    (@posiesplace)

    I see this modifies the spacing in between the lines but is it possible to modify the line spacing after a carriage return? My site seems really spread out.

    .storycontent p {
    margin: 10px;
    }

    moves things closer together but with your recipes maybe using list items would be better?

    Thread Starter posiesplace

    (@posiesplace)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I change the line spacing on my site?’ is closed to new replies.