projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ef9d4
)
moving page content above instagram feed
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 11 Feb 2019 16:57:52 +0000
(11:57 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 11 Feb 2019 16:57:52 +0000
(11:57 -0500)
sections/media-page.php
patch
|
blob
|
history
diff --git
a/sections/media-page.php
b/sections/media-page.php
index
6941824
..
01c6e3d
100644
(file)
--- a/
sections/media-page.php
+++ b/
sections/media-page.php
@@
-12,6
+12,9
@@
</a>
</div>
</div>
+ <div class="small-12 columns page-content-row">
+ <?php get_template_part('parts/main-content'); ?>
+ </div>
<div class="small-12 columns instagram-feed">
<?php
if( function_exists('wdi_feed') ){
@@
-20,6
+23,3
@@
?>
</div>
</div>
-<div class="row page-content-row">
- <?php get_template_part('parts/main-content'); ?>
-</div>
\ No newline at end of file