makes nav-pills collapsable just like nav-bar in bootstrap

后端 未结 6 890
执念已碎
执念已碎 2020-12-08 05:33

we are developing an application and we are using twiiter bootstrap 3 we have created a navigation bar with nav-pills

   
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 06:10

    The .nav-justified class of bootstrap will take care of everything. This will resize the links in browsers wider than 768px. Smaller than that, the links will be stacked. Simply add it to the element and you are good to go.

    Doesn't address the question how to collapse the items, I am stating how to stack them. So my answer might not help, but I think it contributes, hopefully.

提交回复
热议问题