-2

I have a left dropdown menu with bootstrap, I need to deploy the third level (Submenu 1, 2, 3, 4) on the right side of the menu, in this way:

Services

     Submenus      Submenu1
                   Submenu2
                   Submenu3
                   Submenu4

I have achieved dropdown vertically below submenus

Services

     Submenus     
     Submenu1
     Submenu2
     Submenu3
     Submenu4

Here is the menu Bootply

Please help me! :)

sebastianpe93
  • 71
  • 1
  • 1
  • 6

1 Answers1

0

Try changing:

.nav-side-menu { overflow:visible }
.nav-side-menu ul ul ul { position:fixed; left:300px; top:0; }
Stu Furlong
  • 3,490
  • 5
  • 34
  • 47