Archived topic
Numbered and Bulleted List - Add Line Spacing
7 replies · Started by Mihail on January 20, 2022
Hello,
I want to add line spacing between each Numbered and Bulleted Lists, so it doesn't look like a text block. Is there any CSS that will add line spacing across my website universally?
Here's a visual example of this: https://imgur.com/a/G7WpHWc
The first image is how it looks now, and the second is how I would want it to look.
I really appreciate any help you can provide.
Hi Mihail,
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 :)
Hello Ying,
Thanks for the quick reply!
I just added the information.
Can you link me to the page where I can see the list?
I just updated the info, you can see the page with the list now.
Thanks
Try this CSS:
.single-post .inside-article ul li {
margin-top: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, Ying,
Everything works well now! :)
You are welcome :)