• Resolved drursi08

    (@drursi08)


    Hey everybody,

    First lemme say i searched a number of posts to find this answer (including a post from me a while ago).

    I’m having trouble locating the line spacing code in my CSS.

    I want to change two things: I would like the spacing between individual lines in a paragraph to be a bit closer, whereas I want separate paragaphs spaced out a bit more, so as to make them look more organized.

    my blog is here to see what I mean, using MistyLook theme:
    https://www.sevenstripes.com/blog

    Any help would be greatly appreciated. I’m completely stuck

Viewing 2 replies - 1 through 2 (of 2 total)
  • The second statement in your stylesheet is

    p {margin: X Y;
    line-height:1.6em}

    [X = top and bottom
    Y = left and right]

    Play with them.

    Thread Starter drursi08

    (@drursi08)

    moshu i love you

    thanks so much, i’ll report back shortly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘LINE SPACING help – individual lines AND paragraphs’ is closed to new replies.