Archived topic
Need Space between bullet point
5 replies · Started by Mouse on February 25, 2021
Viewing posts 1–6 of 6
Basically bullet points look like this:
- Bullet point 1
- Bullet point 2
- Bullet point 3
- Bullet point 4
- Bullet point 5
I basically want to add space in between each bullet point.
Hi there,
Thy this CSS:
.entry-content ul li {
margin-bottom: 0.5em;
}
Hi there.. its ot able to add a considerable space between the bullet points.
Increase the 0.5em in the CSS eg. 2.5em
Thank You so much As ALWAYS =)
Glad to be of help
This archived topic is closed to new replies.