I am trying to create a dropdown submenu using Bootstrap 3.
While there are many resources discussing this topic, one in particular that has been helpful so far is this post: Bootstrap 3 dropdown sub menu missing
However, the solutions provided in that thread show the submenu appearing to the right of the current menu. What I need is for the submenu to slide down within the current menu, pushing the other navigation elements down when opened.
You can view what I have accomplished so far on Bootply here:
Currently, my submenu simply overlays the current dropdown...I am looking for a way to make it push the rest of the dropdown elements down when open. Any guidance on how to make the dropdown activate on click rather than hover would also be appreciated, although resolving the main issue is my priority.