I would like to indent a List, but the indent only gets applied to the text and not the bullets. I tried adding the following to the Override.css and it put a black gap in my menu tabs.
- Code: Select all
ul li {
list-style-position:inside;
}
Is there a way to fix this or a better way to indent the List?
Thanks.