Archived topic
Spacing Around List Items
3 replies · Started by Bill on July 19, 2020
Hey guys,
I'm sure this is something I've done on my end, but I'm hitting a bit of a dead-end with it now. I've tried searching around but I can't get anything to display how I'd like it to.
The prime example here is on the list of categories on the blog post, where I have switched from a <ul> list to </ul> and then had 'Conclusion' you can see a large gap, where I would like this to sit in the same way that 'Initial Considerations' etc are.
There is also excessive spacing after each 'Required:' list throughout the article.
Your help is greatly appreciated, as always. Thank you!
Hi there,
Try this CSS:
ul#listItems {
margin-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Excellent Leo, thank you so much. Amazing support as always!
No problem :)