adding equalizer to the sideber so that the tan color goes the full height of the...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Sep 2018 14:58:26 +0000 (10:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Sep 2018 14:58:26 +0000 (10:58 -0400)
sections/interior-page.php
sidebar.php

index c59fd6a..13d5f4f 100644 (file)
@@ -15,7 +15,7 @@
         ?>
         <h1 class="page-title-header"><?php echo $title; ?></h1>
     </div>
-    <div class="row">
+    <div class="row" data-equalizer>
         <?php if(!$template == 'no-sidebar.php'){ ?> 
             <?php get_sidebar();?>
         <?php } ?>
index ccb81c5..fe60dd6 100644 (file)
@@ -1,6 +1,6 @@
 
 
- <div class="show-for-large-up sidebar-container large-3 columns">
+ <div class="show-for-large-up sidebar-container large-3 columns" data-equalizer-watch>
     <?php glm_side_menu(); ?>
     <div class="" id="sidebar-contact">
         <?php global $post; ?>