Archived topic
How to add more space between list items?
3 replies · Started by Tracy on November 3, 2018
Hi again. Is there an easy way to add more space in between list items like this: http://cloud.smpl.ro/9a6f12c81674
I would think it was in Typography --> Body, but doesn't seem like it.
If it's CSS... if you've got the CSS for it handy, I'd be stoked, otherwise I'll get someone to do it. Thank you!
Hi there,
Try this CSS:
.entry-content ul li {
line-height: 2em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This kind of simple help is included in our premium support so don't hesitate to ask :)
Perfect, thank you
No problem :)