<div id="copyright" class="small-12 text-center row columns">
-                    <span>© <?php echo date('Y');?> {%= title %}</span>
+                    <span>Copyright © <?php echo date('Y');?> </span>
                     <span class="bullet"> • </span>
                     <span> All Rights Reserved.</span>
                     <span class="bullet"> • </span>
 
             ?>
         </div>
         <div class="row">
-            <div id="main-content" class="small-12 medium-6 large-8 columns">
+            <div id="main-content" class="small-12 columns">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>
                 <p><?php _e('Sorry, no posts yet');?></p>
                 <?php endif;?>
             </div>
+<!--
             <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
                 <?php get_sidebar(); ?>
             </div>
+-->
         </div>
     </div>
 <?php get_footer(); ?>
 
                 ?>
             </div>
             <div class="row">
-                <div id="main-content" class="small-12 medium-6 large-8 columns">
+                <div id="main-content" class="small-12 columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
                 </div>
+<!--
                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
                     <?php get_sidebar(); ?>
                 </div>
+-->
             </div>
         </div>
         <?php } ?> <!-- end kitchensink check - delete me before going live -->
 
     padding: 20px 0;
     margin: 0 auto;
     float: none;
-    p {
+    span {
         font-size: rem-calc(10);
     }
     a {