From 30a59cfd74adca0f02fe0549e71cbe3a7d3beceb Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Mar 2018 13:51:31 -0400 Subject: [PATCH] adding the appearance menu behind the parallax menu pushing the appearance menu behind the parallax menu --- header.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/header.php b/header.php index 996939d..3ab3968 100644 --- a/header.php +++ b/header.php @@ -42,7 +42,11 @@ - 'primary' , + 'container' => false + ) ); $sections = of_get_option('parallax_section'); if((of_get_option('enable_parallax') == 1 && of_get_option('enable_parallax_nav') == 1) || (is_page_template('home-page.php') && of_get_option('enable_parallax_nav') == 1)): ?> @@ -74,10 +78,7 @@ endif; ?> 'primary' , - 'container' => false - ) ); + else: endif; ?> -- 2.17.1