This is about Bulma.
This is about the Bulma CSS framework
I'm using Bulma version [0.9.0]
My browser is: Chrome
When the browser width is <= 1024px, the nav bar collapses. Is there a way I can set the 1024 to a much smaller value? Thanks.
<nav class="navbar is-primary" role="navigation" aria-label="dropdown navigation">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Docs
</a>
<div class="navbar-dropdown">
<a class="navbar-item">
Overview
</a>
<a class="navbar-item">
Elements
</a>
<a class="navbar-item">
Components
</a>
<hr class="navbar-divider">
<div class="navbar-item">
Version 0.9.0
</div>
</div>
</div>
</nav>


Have you tried changing the value of $navbar-breakpoint?
It works! Thank you so much!
Most helpful comment
Have you tried changing the value of
$navbar-breakpoint?