Woo page header/footer div tags corrected to match index
authorLaury GvR <laury@gaslightmedia.com>
Fri, 25 May 2018 19:55:23 +0000 (15:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 25 May 2018 19:55:23 +0000 (15:55 -0400)
index.php
woocommerce.php

index ad39346..eba81e7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -32,7 +32,7 @@
                     include "sections/copyright.php";
                     echo '</div>'; 
                     ?>
-                    </div><!--/#page-wrapper-->
+                </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
index 8d2c91d..56668f5 100644 (file)
@@ -14,9 +14,9 @@
     ?>
 
     <body>
-        <div class="off-canvas-wrapper">
-            <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
-                <div class="off-canvas-content" data-off-canvas-content>
+        <div class="off-canvas-wrap" data-offcanvas>
+            <div class="inner-wrap">
+                <div id="page-wrapper">
                     <?php
                     include "sections/header.php";
                     include "sections/off-canvas.php";
                                 </div>
 -->
                             </div><!-- .row .content -->
-                        </main>
-                        <?php
+                    </main>
+                    <?php
+                        echo '<div id="footer-page-anchor">';
                         include "sections/footer.php";
                         include "sections/copyright.php";
-                        ?>
-                    <div class="js-off-canvas-exit"></div>
-                </div><!--/.off-canvas-content-->
+                        echo '</div>';
+                    ?>
+                </div><!--/#page-wrapper-->
+            <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
         <?php wp_footer();?>