Best way to use Bootstrap 3 Navbar without responsive collapse

后端 未结 2 1294
悲&欢浪女
悲&欢浪女 2020-12-15 03:42

I\'m trying to create a simple Navbar in Bootstrap 3 that doesn\'t collapse - responsive isn\'t necessary here because we just have a simple title on the left + button on th

2条回答
  •  旧巷少年郎
    2020-12-15 04:12

    The best way I could find is to use 2 navbar-header containers, and then use pull-left and pull-right since they aren't tied to any responsive media queries..

    
    

    Demo on Bootply: http://bootply.com/74912

提交回复
热议问题