Struggling to create a responsive website with bootstrap, I am working on a navbar that should only display a toggle button on small-scale devices.
Even after assigning a visible-sm class to hide the button, it remains visible on all screen sizes. I need it to only show on small screens.
<button class="navbar-toggler visible-sm" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
Access my code on JFiddle: https://jsfiddle.net/t1yodsxf/