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

后端 未结 6 887
执念已碎
执念已碎 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条回答
  •  -上瘾入骨i
    2020-12-08 05:59

    Another method to try is to set navbar li to 100%:

    @media (max-width: 768px) {
      #navbar li { width:100%; }
    }
    

提交回复
热议问题