Forums

Line spacing? (4 posts)

  1. rolanddeschain
    Member
    Posted 7 years ago #

    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!

  2. Mark (podz)
    Support Maven
    Posted 7 years ago #

    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.

  3. rolanddeschain
    Member
    Posted 7 years ago #

    Awesome, thanks a bunch.

  4. basketball
    Member
    Posted 7 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.