From 533cbe6fe0455cc120252217f3fa154ec7e2add8 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 23 Feb 2016 16:14:47 -0500 Subject: [PATCH] edited the off canvas layout a bit --- lib/navigation.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index 0c1b74d..c172e80 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -32,7 +32,6 @@ if ( ! function_exists( 'glm_theme_top_bar' ) ) { if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { echo '
'; - echo '
'; + echo ''; } } -- 2.17.1