Bootstrap 4 disable navbar-collapse in container

前端 未结 2 1679
执笔经年
执笔经年 2020-12-18 19:36

Hi I want to disable the navbar collapse in Bootstrap 4. And it would be nice if the navbar takes the whole width but inside the navbar the container class only allows the d

2条回答
  •  借酒劲吻你
    2020-12-18 20:12

    Just use navbar-toggleable-xl..

    Edit - Bootstrap 4 beta is now navbar-expand

    
    

    http://www.codeply.com/go/8FF7HX22L3

    Alternately, it can be done using the flexbox utility classes...

    
    

    http://www.codeply.com/go/FvT4XqRXNT

提交回复
热议问题