Home › Forums › Support › How to increase space between bullet points › Reply To: How to increase space between bullet points
April 14, 2016 at 10:25 am
#186801
Lead Developer
Lead Developer
Hi Sarah,
Try this CSS:
.entry-content ul li,
.entry-content ol li {
margin-bottom: 10px;
}
Let me know 🙂