From 7e6248b4079d45a777e6390e9eed56ae1a92e957 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 16 Dec 2016 10:07:01 -0500 Subject: [PATCH] Content checks for sidebar to get large-9 The main content area would display 12 cols even if there was a sidebar. Now it checks for the sidebar template to display large-9 --- parts/main-content.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/parts/main-content.php b/parts/main-content.php index 5a9ccd0..1ab0363 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,7 +1,11 @@ -
- - - -

- -
\ No newline at end of file +ID ) === "side-bar" ) { ?> +
+ +
+ + + + +

+ +
\ No newline at end of file -- 2.17.1