How to create two different menus and activate responsive with different measures?

0

I created two bootstrap menus and I wanted one down from the 1200px to become with i con toggle and the second to down from 768px, only then it gets responsive, however in both they get the icon at 1200px

    
asked by anonymous 08.05.2015 / 18:09

1 answer

0

You can use the css classes ".hidden-xs", ".hidden-sm", ".hidden-md".

Follow the link in the documentation: link

    
08.05.2015 / 20:16