From 143fa014e4e2f3a3ec4dac896fa67dbf56c74dad Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 6 Feb 2017 16:41:34 -0500 Subject: [PATCH] I made a few changes I fixed the problem with the no-right-sidebar.php. Someone made it so it only has a medium-9 instead of medium-8. I got that fixed. I also made some adjustments to allow the contact sidebar to appear under the nav sidebar in medium view. --- no-right-sidebar.php | 2 +- page.php | 4 +++- parts/sidebar.php | 2 +- sidebar.php | 3 +++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/no-right-sidebar.php b/no-right-sidebar.php index 1e23e8c..b459968 100644 --- a/no-right-sidebar.php +++ b/no-right-sidebar.php @@ -7,7 +7,7 @@ Template Name: No Right Sidebar
-
+
diff --git a/page.php b/page.php index ca375a4..657f532 100644 --- a/page.php +++ b/page.php @@ -14,6 +14,8 @@
- +
+ +
diff --git a/parts/sidebar.php b/parts/sidebar.php index 2fe83bc..5b2a364 100644 --- a/parts/sidebar.php +++ b/parts/sidebar.php @@ -12,7 +12,7 @@
-
+

\ No newline at end of file diff --git a/sidebar.php b/sidebar.php index acb03b9..bd03b78 100644 --- a/sidebar.php +++ b/sidebar.php @@ -3,5 +3,8 @@
+
+ +
-- 2.17.1