So I want to add an element (a Link) to an existing group (a MENU).
What I tried was to group the elements. But instead, a NEW GROUP was formed so that the hierarchy is now:
- NEW GROUP
- Link
- MENU
As you can see, the Link and the MENU are now on the same hierarchical level.
This is not what I wanted. Rather I wanted the MENU to be the parent of the Link.
How can I resolve this please? I’m sure it’s an easy fix, but I don’t know where to start.