Thanks for the link…
I can’t tell whether there are any items missing or not because there appears to be no other way to see the menu in question.
What I can see is 2 instances of CMW, one using a UL root, the other an OL root.
Both instances show the same 10 menu items. The OL-rooted CMW (headed “TOPICS:”) shows the 9 top-level items, and a solitary child item (below the first top-level menu item). The UL-rooted CMW (headed “LINKS:”) appears to have been output as “flat”, ie. all 10 items are show as top-level items instead of having the one child.
If this 9 top-levels plus 1 child structure does not match the structure you have built in your custom menu then please let me know what that structure should be?
Your “hueman” theme is clearing all margins and padding on UL, OL and LI tags (amongst others), and it is setting lists (UL & OL) to list-style: none outside none;
. Unfortunately, there are no other CSS rules in place that match anything (by class, tag or structure) on the CMW instances, hence the lack of indentation.
Without being able to see an instance of the Custom Menu widget I can’t tell what classes it may be being given (probably by your theme) that reinstate indentation, but I suggest you look at an instance and see if using the same classes on a CMW instance will provide the indentation you’re after.
CMW does not provide any styling at all. The reason being that whatever styling I chose to supply, it would only suit maybe 1 in 1000 potential users of the widget (if I was lucky) … and anyway, that’s what themes are for.
PS: Indenting a child is simply a matter of adding a suitable rule. As an example…
.widget_custom_menu_wizard ol ul { margin-left: 2em; }