Layout Middle

Layouts put the content 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 Footer 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 = 'middle-layout'; // middle-layout
$background = 'vd_bg-grey';