I am in the process of creating a collapsible sidebar using bootstrap, and I am attempting to have a submenu appear outside of the sidebar when it is toggled to a mini navigation.
For example:
When the window size is greater than 767 pixels and you click on the toggle button, the sidebar reduces in size to a mini navigation. If you hover over the gears icon (settings), the submenu will appear in the sidebar to the right of the icon. However, I would like this submenu to display outside of the sidebar. Can anyone provide assistance with achieving this?