Archived topic
Creating seperate body line height for bulleted lists
5 replies · Started by Chris on June 12, 2022
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 there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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 :)