You are here

How to keep indent for second line in ordered lists via CSS?

ol {
  padding-left: "X"px;
  list-style-position: outside;
}

You may need to apply list-style-position: outside to <li>

code type: 
Taken from: 
https://stackoverflow.com/questions/10428720/how-to-keep-indent-for-second-line-in-ordered-lists-via-css