projects
/
WP-Themes
/
mackinawareavb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd3fea
)
Wrapped the main-content in a div class row
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Dec 2016 14:07:51 +0000
(09:07 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Dec 2016 14:07:51 +0000
(09:07 -0500)
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
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
244cf9c
..
3caa85e
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-45,10
+45,10
@@
</div>
</div>
</div>
- <?php } else {
- get_template_part('parts/main-content');
- }
-
?
>
- <
/div
>
+ <?php } else { ?>
+ <div class="row">
+ <?php get_template_part('parts/main-content'); ?>
+
</div
>
+ <
?php } ?
>
</div>
</main>
\ No newline at end of file