Has anyone figured out a way to mimic the "top bar" functionality in Foundation (where child menu items slide to the left on mobile) within the Bootstrap framework?
I really appreciate how Foundation handles the mobile navigation sliding for child items, rather than Bootstrap's method of just stacking them.
I attempted to combine the two frameworks, but I wanted to stick with Bootstrap markup and CSS. I considered downloading just the top bar from Foundation and putting it at the top of my Bootstrap template, but that would mean having unnecessary CSS and could complicate future development.
Has anyone successfully achieved this or come across a Bootstrap-specific script to replicate this functionality?