• Hi, I’m having trouble reducing line spacing in paragraphs… The gap between lines in a paragraph is much too big, and I can’t figure out what to change or add to the css to fix it. To see what I mean:
    http://ccg.id.au/blog/
    Any help would be great, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • p, li, .feedback {
    font: 80%/200% ‘Verdana’, ‘Verdana’, Verdana, sans-serif;
    letter-spacing: 0.4px;
    padding: 0;
    }
    80%/200%
    First number is font size, second is line spacing.

    Thread Starter rolanddeschain

    (@rolanddeschain)

    Awesome, thanks a bunch.

    You could also just use p {line-height: “Value”px;} but it looks like you added that to your site cuz ur line spacing looks fine right now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line spacing?’ is closed to new replies.