Collapsible Sidebar
You can add support for collapsing the Left Sidebar by adding the class be-collapsible-sidebar into the main wapper element and be-collapsible-sidebar-collapsed to set it collapsed by default.
You can optionally hide the logo adding the be-collapsible-sidebar-hide-logo class.
<html lang="en">
<body>
<div class="be-wrapper be-collapsible-sidebar">
<nav class="navbar navbar-default navbar-fixed-top be-top-header">
<!-- Top bar -->
</nav>
<div class="be-content">
<!-- Main content -->
</div>
<div class="be-right-sidebar">
<!-- Right sidebar -->
</div>
</div>
</body>
</html>