I have successfully created a left dropdown menu with bootstrap. However, I am facing an issue in deploying the third level (Submenu 1, 2, 3, 4) on the right side of the menu as shown below:
Services
Submenus Submenu1
Submenu2
Submenu3
Submenu4
Currently, my dropdown is appearing vertically under the submenus instead of beside them.
Services
Submenus
Submenu1
Submenu2
Submenu3
Submenu4
You can view the menu here: Bootply
I would greatly appreciate any assistance with this! :)