I\'m new to CSS and working with list. I tried using one of the code I saw on w3schools which shows how to indent lists:
A n
I solved the same problem by adding text-indent to the nested list.
A nested List: Coffee Tea Black tea Green tea Milk #list2 { text-indent:50px; }