The scenario here is that I have drop down menus with flow horizontal. I would like the dropdown menus to always start at the far left (left aligned with the start of the top level menu). i can set the groupsettings offsetx value to specific setting, but since it would be different for each sub nav group, how do I do a general setting to achieve getting all of them to start on the left?
I had achieved this in another instance (a dnn site) by using a tab nav structure for the top level, and then a menu that displayed on the child pages with ShowOnlyCurrent="RootItem" set. however, we want to be able to get the dropdown effect to show the subnav items without clicking, so trying to do it with a Menu, and efaultGroupSettings-Flow="Horizontal".
I had achieved this in another instance (a dnn site) by using a tab nav structure for the top level, and then a menu that displayed on the child pages with ShowOnlyCurrent="RootItem" set. however, we want to be able to get the dropdown effect to show the subnav items without clicking, so trying to do it with a Menu, and efaultGroupSettings-Flow="Horizontal".