The main menu container is a position relative div, as such this container by default will stretch to 100% of the width allotted
within your HTML page. This is useful under most design scenarios such as the OpenCube home page. Under our implementation the main menu fills the width of the window and helps to create not only the menu, but the entire bar in which the menu sits.
Other scenarios will require a main menu container of a specific width, or to be the exact width of the main menu items. To set a specific width you can add a width style within the CSS style settings. To automatically set the width of the container to the width of the items, publish your menus structure to a dimensionless table (no width attribute or style).
The main menu container may also be centered, right aligned, etc, just as any div would be. You can include the menu in an absolute positioned div and give it fixed coordinates as well. For additional positioning details and examples see...
Menu Positioning Examples
Other scenarios will require a main menu container of a specific width, or to be the exact width of the main menu items. To set a specific width you can add a width style within the CSS style settings. To automatically set the width of the container to the width of the items, publish your menus structure to a dimensionless table (no width attribute or style).
The main menu container may also be centered, right aligned, etc, just as any div would be. You can include the menu in an absolute positioned div and give it fixed coordinates as well. For additional positioning details and examples see...
Menu Positioning Examples