Currently, for adding category into another category, I am displaying a dropdown menu
that looks like this
root
- Level-1
-- Level-2
--- Level-3
-- Another Level-2
- Level-1 again
And so on, which looks ugly & it is a bad user experience since there are many categories & sub-categories & sub-sub-categories ...etc.
so basically, I am looking for suggestions on improving the user experience, How to make it clear which category belongs to which?