<p>Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on large screens because it prevents the site from stretching very wide.</p>
<!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUTS-->
<!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUT -->
<bodyclass="skin-blue fixed">
<!-- Site wrapper -->
<divclass="wrapper">
@ -346,7 +346,10 @@
<!-- Main content -->
<sectionclass="content">
<divclass="callout callout-info">
<h4>Tip!</h4>
<p>Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar is bigger than your content because it prevents extra unwanted scrolling.</p>
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
<bodyclass="skin-blue layout-top-nav">
<divclass="wrapper">
<!-- header logo: style can be found in header.less -->
@ -90,6 +91,14 @@
<!-- Main content -->
<sectionclass="content">
<divclass="callout callout-info">
<h4>Tip!</h4>
<p>Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular links instead.</p>
</div>
<divclass="callout callout-danger">
<h4>Warning!</h4>
<p>The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar and the content will slightly differ than that of the normal layout.</p>