Move blocks above the content on FP
authorLaury GvR <laury@gaslightmedia.com>
Tue, 9 Oct 2018 16:16:50 +0000 (12:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 9 Oct 2018 16:16:50 +0000 (12:16 -0400)
sections/front-page.php

index dfa9d00..2bfd42c 100644 (file)
@@ -1,12 +1,12 @@
 <main class="page-front">
     <?php get_template_part('parts/slide-show');?>
     <div id="content-wrapper">
-        <div class="row">
-            <?php get_template_part('parts/main-content');?>
-        </div>
         <div class="row blocks-row" data-equalizer data-options="equalize_on_stack: false">
             <?php get_template_part('parts/glm-blocks'); ?>
         </div>
+        <div class="row">
+            <?php get_template_part('parts/main-content');?>
+        </div>
         
         <div id="front-blog-container">
             <div id="front-blog-bg"></div>