From: Laury GvR Date: Fri, 16 Dec 2016 15:07:01 +0000 (-0500) Subject: Content checks for sidebar to get large-9 X-Git-Tag: v1.0.0^2~47 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7e6248b4079d45a777e6390e9eed56ae1a92e957;p=WP-Themes%2Fmackinawareavb.git 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 --- 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