Archived topic
Bullet list question
3 replies · Started by Dimitar on January 16, 2020
Hello,
if possible please look at the link I have provided. You can see how the bullet list is a bit to the right compared to where the usual text of simple paragraphs start.
I want the bullet list to be like the simple text, moved to the left, so there is no space.
I hope you understand what I mean, is this possible?
Hi there,
Try this CSS:
.entry-content ul {
margin-left: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks, it works.
No problem :)