20
20
UI Features
- Dashboard
- Email 78
- Skin Playground
-
Starting Layouts
- Layout Simple
- Layout Simple Medium Profile
- Layout Double SideNav
- Layout Hide RightNav
- Layout Medium No Header
- Layout RightNav
- Layout Menu Tab
- Layout Without Subtitle
- Layout Middle
- Layout Boxed
- Layout Full No Responsive
- Layout Middle No Responsive
- Boxed No Responsive
- Boxed Custom Width No Responsive
- Layout Fixed Nav
- No Header Fixed Nav
-
Nav Variations
- Custom Functions
- Forms
- UI Elements
- List & Tables
- Charts
- Maps
- Gallery
- Extra Pages
- Front End
- Buy This Theme
Layout Boxed
Layouts boxed style in the middleJust by configuring our config.php, you can change whatever style you want. Also can do in html files just by adding specific class, all described in documentation.
// Specific Configuration for Simple Layouts $footer = 'footer-2'; // Navigation Footer Clean Style $header = 'header-4'; // Navigation Header Clean Style $medium_nav_toggle = 0; // 1= visible, 0 = none $small_nav_toggle = 0; // 1= visible, 0 = none $navbar_right_config = 0; // no navbar right $layout = 'boxed-layout'; // boxed-layout $background = 'vd_bg-grey'; $remove_navbar = 0; // Remove Navbar Toggle Button, 1 = show, 0 = hide $remove_header = 0; // Remove Header Toggle Button, 1 = show, 0 = hide fullscreen = 0; // Full Screen Toggle Button, 1 = show, 0 = hide $boxedtofull = 1; // Boxed to Full Layout Toggle Button, 1 = show, 0 = hide