Search code examples
twitter-bootstrapnavbarmenubar

Is it possible to use a graphic menu system and collapse it to the bootstrap responsive menu?


We have a basic 3-column site. The left column consists of large graphic images which serve as the navigation system for the site. Basically a column of buttons. The site is designed with a basic bootstrap 3 framework. I was wondering if it is possible to replace the left column of image-buttons with the horizontal collapsed menu when the browser width falls to mobile size? The buttons just don't look good on mobile platforms and push the main content down too far.

Thanks, CJ


Solution

  • basically you would have two nav one that is going to have the classes visible-xs visible-sm this is going to be the bootstrap collapse menu and your current nav would have the classes hidden-xs hidden-sm