sidebar relocation
authorIan Weller <ian@gaslightmedia.com>
Fri, 28 Oct 2016 14:16:35 +0000 (10:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 28 Oct 2016 14:16:35 +0000 (10:16 -0400)
I relocated the sidebar to be in the right place and to not dropdown when
it reaches medium view.

index.php

index 870aa62..be0549c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,7 +5,10 @@
     </div>
         <div id="content-wrapper">
             <div class="row">
-                <div id="main-content" class="small-12 large-9 large-push-3 columns">
+                <div class="side-container medium-3 columns show-for-medium-up">
+                    <?php get_sidebar(); ?>
+                </div>
+                <div id="main-content" class="small-12 medium-9 columns">
                     <div id="page-title" class="text-center">
                        <div id="addthis_wrapper">
                         <!-- AddThis Button BEGIN -->
@@ -25,9 +28,7 @@
                     <p><?php _e('Sorry, no results found.');?></p>
                     <?php endif;?>
                 </div>
-                <div class="side-container medium-3 large-pull-9 columns show-for-medium-up left">
-                    <?php get_sidebar(); ?>
-                </div>
+                
                 
             </div>
         </div>