Viewing 7 replies - 1 through 7 (of 7 total)
  • I suspect it has to do with the line height.

    Try reducing the line-height in your stylesheet, or remove it altogether and use the default for the font size/weight.

    Thread Starter ogrt48

    (@ogrt48)

    I just deleted every line-height line in my index.php and style.css and it didn’t change it. Any other ideas? ??

    Thread Starter ogrt48

    (@ogrt48)

    Ohh, I just got it.. changed
    p, .Content {
    font:11px/20px
    to just
    p, .Content {
    font:11px

    Thanks for all the help! <3

    Thread Starter ogrt48

    (@ogrt48)

    Argh, now in my first paragraph of the first post there theres a few big spaces inbetween words.. They aren’t there at the manage – edit post page at all =\

    Those spaces are there because the text align is set to “justify” and there isn’t enough room to fit the URL on the same line, so those 3 words get stretched to the width of the paragraph block.

    Thread Starter ogrt48

    (@ogrt48)

    Yay thanks, deleting that fixed her up. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text lines too far apart?’ is closed to new replies.