Add wrapper for landing page blocks.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:18:29 +0000 (11:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:18:29 +0000 (11:18 -0400)
for style output

sections/landing-page.php

index 526d8ab..176846a 100644 (file)
@@ -28,6 +28,7 @@
                 <?php get_template_part('parts/main-content');?>
             </div>
 
+        <div id="glm-blocks-wrapper">
             <div class="glm-blocks-container row">
             <?php
             global $post;
@@ -64,6 +65,7 @@
             <?php endwhile; ?>
 
             <?php endif; wp_reset_query(); ?>
+                </div>
             </div>
 
         </div>