FYI, the numbers are positioned *way* off to the left when viewing the page in Chrome. Adding the following to will position them as they appear in Firefox:
@media screen and (-webkit-min-device-pixel-ratio:0) { #sidebar3 ul li:before { margin-left: 0; } }
@sam99077 Thank you! I was missing the counter:reset in the parent element and was having difficulty with the li:before selector. I greatly appreciate the example.
Yes, please share your solution – I’m struggling with this as well!