From: Laury GvR Date: Mon, 12 Dec 2016 14:07:51 +0000 (-0500) Subject: Wrapped the main-content in a div class row X-Git-Tag: v1.0.0^2~89 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=12cc5a8500dc936895b2862bd8ddb1613f7b4b8e;p=WP-Themes%2Fmackinawareavb.git Wrapped the main-content in a div class row The footer had become invisible because the main content partial was not in a row. I added a div with class row around it, and now it has been fixed. --- diff --git a/sections/interior-page.php b/sections/interior-page.php index 244cf9c..3caa85e 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -45,10 +45,10 @@ - - + +
+ +
+ \ No newline at end of file