bootstrap 3 - how do I place the brand in the center of the navbar?

后端 未结 8 1533
臣服心动
臣服心动 2020-11-30 04:27

I am using Bootstrap 3. I would like a navbar with only the brand in it. No other links or anything else. And I want the brand to be in the center. How can I accomplish t

8条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 04:47

    To fix the overlap, you only need modify the .navbar-toggle in your own css styles

    something like this, it works for me:

    .navbar-toggle{
    z-index: 10;
    }
    

提交回复
热议问题