AdminBSBMaterialDesign icon indicating copy to clipboard operation
AdminBSBMaterialDesign copied to clipboard

How to remove left sidebar

Open andhikapepe opened this issue 5 years ago • 1 comments

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

andhikapepe avatar Mar 20 '19 18:03 andhikapepe

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>

glavrjk avatar Feb 08 '20 07:02 glavrjk