实现框架导航高度更改

时间:2016-10-06 02:36:58

标签: html css css3 materialize

我一直试图对导航的高度进行一些调整,但它保持不变。我不确定它是否已修复或我正在应用错误的CSS代码。这是我的代码:

<div class="navbar-fixed">
  <nav class="primary-color">
    <div class="nav-wrapper">
      <a href="#" class="brand-logo">Logo</a>
    </div>
  </nav>
</div>

style.css

.nav{
  height: 45px;
}

.navbar-fixed{
  height: 45px;
}

在我的CSS中,我将Height属性应用于nav类,也应用于navbar-fixed类,但我没有成功。任何帮助将不胜感激。

以下是截图:

enter image description here

1 个答案:

答案 0 :(得分:0)

之前确实使用过Materialise,但我猜你需要在.navbar-fixed中添加一个!important标记。 Materialize可能已经设置了高度,您需要覆盖它