You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Cañizares Corrales edited this page May 31, 2019
·
23 revisions
Side navbars
bootlaterus has built-in support for side navbars without any additional javascript code.
Support for either left or right navbars.
Support for responsive collapsing of sidebars.
Support for responsive replacer visible when the sidebar is collapsed.
Support to add a margin for contents when the sidebar is visible.
Compatible with bootstrap color utilities and base navbars.
By default Side Navbar Replacer has a fixed height (56px by default), if you want to change that value, in your custom CSS or in-line style set a different value for both .navbar-side-replacer -> height and .navbar-side -> top. Note: This limitation is to avoid using javascript while keeping a relatively good looking responsive behavior for the side navbars.