layout: page
Tip!
The starter page is a good place to start building your app if you'd like to start from scratch. {: .quote-info .mt-0}
The layout consists of four major parts:
.wrapper. A div that wraps the whole site..main-header. Contains the logo and navbar..sidebar-wrapper. Contains the user panel and sidebar menu..content-wrapper. Contains the page header and content.{: .mt-4}
Note!
You cannot use both layout-boxed and layout-navbar-fixed or layout-footer-fixed at the same time. Anything else can be mixed together. {: .quote-danger}
AdminLTE 3.0 provides a set of options to apply to your main layout. Each one of these classes can be added to the body tag to get the desired goal.
.layout-fixed to get a fixed sidebar..layout-navbar-fixed to get a navbar navbar..layout-footer-fixed to get a navbar footer..sidebar-collapse to have a collapsed sidebar upon loading..layout-boxed to get a boxed layout that stretches only to 1250px..layout-top-nav to remove the sidebar and have your links at the top navbar.AdminLTE 3.0 provides a set of color variations to apply to your sidebar (light & dark) & navbar. You can combine any available color with these class prefixes:
.navbar-*.sidebar-dark-*.sidebar-light-*Info
You can combine
.navbar-*with.navbar-lightor.navbar-dark.
The following colors are available:
{: .mt-4}
{: .mt-4}
Tip!
You can use these color variations even with
.text-*,.bg-*& much more. {: .quote-info}