How to add hamburger menu in bootstrap

后端 未结 3 990
滥情空心
滥情空心 2020-11-28 05:48

I need some help with bootstrap nav. I want it to be toggled via a hamburger icon on mobile.

Here it is on codepen: http://codepen.io/sadman/pen/hfGwv (link

3条回答
  •  萌比男神i
    2020-11-28 06:29

    To create icon you can use Glyphicon in Bootstrap:

    
        
    
    

    And then control size of icon in css:

    .glyphicon-menu-hamburger {
      font-size: npx;
    }
    

提交回复
热议问题