Layout Double Side Nav

Double Navigation Bar with Search on Header

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-3';   // Navigation Footer Centered Text with Menu Link  
$header  = 'header-1';   // Navigation Header With Search

$medium_nav_toggle = 0; // 1= visible, 0 = none
	
$navbar_right_config = 1; // 1 = Available Start Visible
$navbar_right = 'navbar-no-tab';	 // navbar with email content on the right side
$navbar_right_extra_class = 'vd_bg-grey';
$navbar_right_start_width = 'nav-right-small';