From d866f6a31e28da5ddb70d4a9b68fe96b68efbe59 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 21 Jun 2017 12:42:28 -0400 Subject: [PATCH] making interior pages full width unless the page has a members only template, the page content will be 12 columns for interior pages. --- sections/interior-page.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 31bde64..ddeb23a 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -24,7 +24,7 @@ -
+
"; @@ -35,8 +35,9 @@
-
- ID ) === "members-only-template.php") { ?> + ID ) === "members-only-template.php") { ?> +
+ -- 2.17.1