Well, I can’t put the question correctly in the title, so let me explain.
Currently we have a menu like this:
Parent
– Child 1
– – Grandchild 1
– Child 2
– – Grandchild 2
– Child 3 (Module)
– Child 4 (Module)
Child 1 & 2 and the grandchildren are “normal” menu items, they link to pages. Child 3 and 4 display modules.
I’d like to show die four children in three columns: child 1 & 2 in the first, child 3 in the second and child 4 in the third column. If I set the Parent to three columns, it doesn’t work like I want to, because the Parent item has four children.
I’ve tried putting child 1 & 2 together by creating a separator and it looked like this:
Parent
– separator
– – Child 1
– – – Grandchild 1
– – Child 2
– – – Grandchil 2
…..
It worked, but it changed the sef urls by adding a “/separator/” before the children.
Any ideas? Is it somehow possible to group the first two children or combine the first two columns?