Setting Up The Menu

Left Menu

The markup for sidebar menu is quite simple:   <ul id="main-menu" class=""> <!-- add class "multiple-expanded" to allow multiple submenus to open --> <!-- class "auto-inherit-active-class" will automatically add "active"...

  • 3131

Mixed Menus

If you already can manage to set Left and Top menu then all you need is to set them in their own HTML structure. Read more at this topic about...

  • 1975

Top Menu

Just like the left menu, it has the same structure, you just need to add “.navbar-nav” class and not #main_menu id. Please refer to the Left menu topic if you...

  • 1941