Line height

Posted in: Newspaper
Post count: 30

Hi!

A quick question. Where do I adjust the line height of bulletlists?

Thanks in advance.
Tim
http://www.runners-high.nl

Post count: 6600

Hi,

Use this custom css: http://screencast.com/t/mfrsB2GOyC9

.td-post-content li {
line-height: 31px;
}

Thanks

Post count: 50

Hello,

I did exactly this, and it works perfectly in single posts but not in home page, where the line height is still at the default. How can I change this?

Thanks,

Mario

Post count: 30

Thnx Lucian!

Post count: 3343

Hi,
Is everything ok now?
Thanks!

Post count: 50

Hi Marius,

it’s ok on the single post but not in the home page, where the line height stays at the default settings. Any suggestions?

Thanks,

Mario

Post count: 7909

Hi,

Please use this custom css:

.td-post-text-content li{
line-height: 30px;
}

Thanks!

Post count: 50

Great, thanks a lot!

Mario

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.