Site logo

Archived topic

Bullet List not indented

6 replies · Started by Sebastian on September 20, 2022

Viewing posts 1–7 of 7

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

Can you try adding this in Appearance > Customize > Additional CSS?:

.site-content ul {
    margin: 0;
}

Great, Thanks!

Thanks

You're welcome Sebastian!

This archived topic is closed to new replies.