projects
/
WP-Themes
/
charemisd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d0ec4
)
fixing equalizer syntax for the sidebar and page content
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 17 Sep 2018 15:00:20 +0000
(11:00 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 17 Sep 2018 15:00:20 +0000
(11:00 -0400)
parts/main-content.php
patch
|
blob
|
history
diff --git
a/parts/main-content.php
b/parts/main-content.php
index
81ae034
..
a402447
100644
(file)
--- a/
parts/main-content.php
+++ b/
parts/main-content.php
@@
-1,7
+1,7
@@
<?php
$template = get_page_template_slug( $post->ID );
if(!$template == 'no-sidebar.php'){ ?>
- <div id="main-content" class="small-12 large-9 columns">
+ <div id="main-content" class="small-12 large-9 columns"
data-equalizer-watch
>
<?php }else{ ?>
<div id="main-content" class="small-12 columns">
<?php } ?>