Layout options
Contents
Our template includes several layout options.
Standard layout
Standard layout comes with following components: Header, Footer, Sidebar, Main & Aside Menu.
nav-item
nav-item
nav-item
nav-item
Header options
Fixed position
Position the header element at the top of the viewport, from edge to edge. You have to add .header-fixed
to body tag.
Sidebar options
Our template comes with some sidebar options which you can activate in your application
Minimized sidebar
Minimized sidebar has 50px width and only icons are visible. You can change minimized sidebar width in SCSS Files.
Compact sidebar
Compact sidebar has 150px width. You can change compact sidebar width in SCSS Files.
nav-item
nav-item
nav-item
nav-item
Hidden sidebar
If you want to hide sidebar you have to add .sidebar-hidden
class to body element
Fixed position
Position the sidebar element at the left of the viewport, from edge to edge. You have to add .sidebar-fixed
to body tag.
Aside menu options
Our template comes with some aside menu options which you can activate in your application
Hidden aside menu
If you want to hide aside menu you have to add .aside-menu-hidden
class to body element
nav-item
nav-item
nav-item
nav-item
Fixed position
Position the aside meni element at the right of the viewport, from edge to edge. You have to add .aside-menu-fixed
to body tag.
Footer options
Fixed position
Position the footer element at the top of the viewport, from edge to edge. You have to add .footer-fixed
to body tag.