Archived topic
Need spacing between 2 bullet points.
3 replies · Started by Mouse on March 10, 2021
Viewing posts 1–4 of 4
I recently modified this.
.entry-content ul li {
line-height: 2em;
}
In the same way I also want to create spacing between 2 bullets point.
Hi there,
you can add a margin-bottom property to your CSS:
.entry-content ul li {
line-height: 2em;
margin-bottom: 1em;
}
Thankyou
You're welcome
This archived topic is closed to new replies.