From d9222dabb35fa3abd9a4240910adfdbb33a1df3e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 4 Mar 2019 18:49:47 -0500 Subject: [PATCH] Add main content wrapper around content area --- parts/header-meta.php | 2 +- sections/banquets-page.php | 54 +++++++++++++++++++++----------------- style.css | 2 +- 3 files changed, 32 insertions(+), 26 deletions(-) diff --git a/parts/header-meta.php b/parts/header-meta.php index 5695e6e..aabb726 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/sections/banquets-page.php b/sections/banquets-page.php index f240514..e87bcc6 100644 --- a/sections/banquets-page.php +++ b/sections/banquets-page.php @@ -1,26 +1,32 @@ -
-
- "; - echo ''; - bcn_display(); - echo "
"; - } - ?> -
-
- - - -
-
- - - -
-
- +
+
+
+ "; + echo ''; + bcn_display(); + echo "
"; + } + ?> +
+
+ + + +
+
+ + + +
+
+ + + +

+ +
diff --git a/style.css b/style.css index dba4ab3..2af5c73 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: ltbaygolf Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Little Traverse Bay Golf -Version: 1.0.1 +Version: 1.0.2 */ -- 2.17.1