gurayyarar / AdminBSBMaterialDesign

AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design
https://gurayyarar.github.io/AdminBSBMaterialDesign
MIT License
2.74k stars 1.56k forks source link

How to remove left sidebar #168

Open andhikapepe opened 5 years ago

andhikapepe commented 5 years ago

I want to use this panel for landing page not for admin page... How to change this sidebar to navbar menu?

glavrjk commented 4 years ago

in admin.js file change the next option to $.AdminBSB.options

 breakpointWidth: 999999999 <-------------------- HERE CHANGE

and later hide the item that show the menu

<div class="navbar-header">
     <a href="javascript:void(0);" class="navbar-toggle collapsed" 
      data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"></a>
     <a href="javascript:void(0);" class="bars"></a>
     <a class="navbar-brand" href="javascript:void(0);">
              <span  id="navBar-brand" class="hidden-xs"></span>
     </a>
</div>