child comments not displaying as nested

That’s problem with your css. Add this in your style.css.

ul.children {
    margin-left: 3em;
}