【问题标题】:Bootstrap NavBar to the left side of the page将导航栏引导到页面左侧
【发布时间】:2015-05-09 01:16:45
【问题描述】:

我正在使用网站示例中的导航栏引导示例

http://getbootstrap.com/examples/navbar-fixed-top/

页面缩小时显示菜单的按钮可以左对齐吗?

【问题讨论】:

标签: twitter-bootstrap twitter-bootstrap-3


【解决方案1】:

您可以像这样覆盖 navbar-toggle 类:

.navbar-toggle {
      position: relative;
      **float: left;**
      padding: 9px 10px;
      margin-top: 8px;
      **margin-left: 15px;**
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }

加星标的属性已更改。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-03-13
    • 1970-01-01
    • 2022-07-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-10-02
    • 1970-01-01
    相关资源
    最近更新 更多