From 12cc5a8500dc936895b2862bd8ddb1613f7b4b8e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 12 Dec 2016 09:07:51 -0500 Subject: [PATCH] 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. --- sections/interior-page.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.17.1