• I have having problems with line spacing both on the first page and in the link page template. You can see these problems by clicking here

    Can anyone help with this problem.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • What exactly do you want to change? I don’t know what’s not looking right to you…

    Thread Starter hozho1

    (@hozho1)

    My post included a link to my blog, which showed line spacing problems. Because line spacing is too close on the Vinala theme – two lines of text not only do not have space between them, but text on each line collide. I removed the link in error, but posted it again. You can see this problem here.

    You can also see the problem on the First page of the blog, by clicking here.

    I hope this clarifies the problem.

    Thanks Eric

    For the title you want to add this to the CSS:

    .posttitle h2 { line-height: 1em; }

    Regarding the broken overview of your links you want to replace line 533 in the file style.css (float: right) with this:

    margin-left: 1em;

    Adjust the margin as you see fit. This way the description isn’t aligned to the right but looks quite nice as well.

    Thread Starter hozho1

    (@hozho1)

    Thank you SO much …
    But just one quick question: where does
    .posttitle h2 { line-height: 1em; }
    get inserted????

    I am a complete newbie with this stuff.

    eric

    Go to the end of the file style.css, create a new line and paste it there. Basically, it doesn’t really matter where you put it.

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