Site logo

Archived topic

Creating seperate body line height for bulleted lists

5 replies · Started by Chris on June 12, 2022

Viewing posts 1–6 of 6

apologies if this is really obvious/dumb, but how do I create separate body line height for bulleted lists?

Say the default site line height is 1.4, how can I change this for any bulleted lists so that the space between list items gets increased to say 1.8? Or is this not the way to go about it?

Hi Leo, link added in the Private Information box for you…

Try this CSS:

ul li {
    margin-bottom: 20px;
    line-height: 1.5em;
}

Thanks :)

No problem :)

This archived topic is closed to new replies.