Layout Boxed

Layouts boxed style in the middle

Just 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