Targetting nested li?

Hi,
i have nested li items, i need to margin left ti push it, but i am unable to target the nested listed items…how do i do that?

Try something like

ul li li { ... }

Otherwise, post the HTML you have and indicate which LI you are trying to target. There are lots of ways with CSS—even without special classes.

All the ul and li and nested li are inside a div.so i am assuming .abc ul li li?

You can certainly do that, but it’s not necessary unless you only want this to happen inside that div.