-
WeDreamofTravel
Hi,
I am looking to add more spacing between bullet points and numbered lists. I found this code on a search through the forum and it works well for the bullet points but doesn’t seem to touch the numbered lists:
.entry-content ul li {
margin-bottom: 0.5em;
}Here is a page with bullet points:
https://www.wedreamoftravel.com/itinerary-for-kauai/Here is one with a numbered list:
https://www.wedreamoftravel.com/ocean-quotes/Many thanks!
-
Fernando
Hi there,
Try updating your code to this:
.entry-content :is(ul,ol) li { margin-bottom: 0.5em; } -
WeDreamofTravel
Hi Fernando,
Thanks so much – this seems to have worked perfectly 🙂
-
Fernando
You’re welcome! 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.