list-style-position: outside
-
Hi,
everything seems to be fine with this plugin, but I don’t know how to set “list-style-position: outside”. It should be set as default, but it’s not a big problem. I try to set it by custom CSS. I wrote:
.ez-toc-widget-container ul.ez-toc-list {
padding: 0;
list-style-position: outside;
}
Padding works good, but “list-style-position: outside” doesn’t. Does someone know why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘list-style-position: outside’ is closed to new replies.