Exclude menu item from the collapse of bootstrap 3 navbar

后端 未结 3 1611
挽巷
挽巷 2020-11-28 03:18

Here\'s what I have, I\'ve tried moving around my section inside the \"brand\" and do a pull-right, outside the brand and outside the collapse and do a pull-left/right, whil

3条回答
  •  無奈伤痛
    2020-11-28 03:47

    Below is an example that shows how to have just about any kind of 'vanilla bootstrap' NAVBAR configuration you could want. It includes a site title, both collapsing and non-collapsing menu items aligned left or right, and static text. Be sure to read the comments to get a fuller understanding of what you can change. Enjoy!

    Fiddle: http://jsfiddle.net/nomis/n9KtL/1/

    Fiddle with clearfix and expanded options on left side like normal: http://jsfiddle.net/jgoemat/u1j8o0n3/1/

    @import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
    
    
    

提交回复
热议问题