How to change navbar/container width? Bootstrap 3

前端 未结 7 1236
天涯浪人
天涯浪人 2020-12-13 03:42

The default width for my navbar is too wide 1170px. I would like to reduce it down to 940px - but I want to keep the responsiveness.

I trie

7条回答
  •  粉色の甜心
    2020-12-13 04:26

    The .navbar-static-top you are using forces your navbar to become full-width. Remove that class and you will get a resizable navbar. Then, you can wrap it in a span# of the size you want.

提交回复
热议问题