Archived topic
Bullet List not indented
6 replies · Started by Sebastian on September 20, 2022
Hello, when I insert a bulleted list in Gutenberg, it is automatically indented to the right. I don't want that, the enumeration, both numerically and with dots, should not be indented.
Is there CSS or how do I do that?
It should apply to the entire site.
Thanks
Hi Sebastian,
Can you provide a link to a page in your site where there's a bullet point?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
https://www.gesundepfunde.com/hackfleisch/
The List under subtopic #1 is more right then a textblock. Can I make the list block and the textblock on the same line on the left side?
Can you try adding this in Appearance > Customize > Additional CSS?:
.site-content ul {
margin: 0;
}
Great, Thanks!
Thanks
You're welcome Sebastian!