Description

1 Column layout is very useful for full width page requirements i.e: Contact us, Terms & Condition, Privacy policy etc..., It has back link, navbar with inner starter page options and footer, navigation menu will not be displayed on this layout.

CSS Classes

This table contains all classes related to the 1 column layout. This is a custom layout for full width page requirements.

All these options can be set via following classes:

Classes Description
.1-column You can create 1 column layout by adding 1-column class in <body> tag.

HTML Markup

Please note that 1 column layout do not have Navigation section and it has back to Dashboard or Home page link in Navbar.

Frest has a ready to use starter kit, you can use this layout directly by using the starter kit pages from the frest-clean-bootstrap-admin-dashboard-template/starter-kit folder.

        
            <!DOCTYPE html>
              <html lang="en">
                <head></head>
                <body class="vertical-layout vertical-menu-modern 1-column navbar-sticky footer-static" data-col="1-column" data-menu="vertical-menu-modern" >

                  <!-- Fixed-top-->
                  <nav class="header-navbar navbar-expand-lg navbar navbar-with-menu fixed-top navbar-light navbar-shadow">
                  </nav>
                  <!-- End Fixed-top-->
                  <!-- Begin Content-->
                  <div class="app-content content">
                      <div class="content-wrapper">
                      </div>
                  </div>
                  <!-- End Content -->
                  <!-- Start Footer Light -->
                  <footer class="footer footer-static footer-light">
                  </footer>
                  <!-- End Footer light-->

                </body>
              </html>