a bit more modifying for the footer and pages
authorIan Weller <ian@gaslightmedia.com>
Tue, 10 Nov 2015 20:54:57 +0000 (15:54 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 10 Nov 2015 20:54:57 +0000 (15:54 -0500)
root/footer.php
root/front-page.php
root/page.php
root/scss/_copyright.scss

index 2648e9a..04960de 100644 (file)
@@ -10,7 +10,7 @@
                     
                 
                 <div id="copyright" class="small-12 text-center row columns">
-                    <span>&copy; <?php echo date('Y');?> {%= title %}</span>
+                    <span>Copyright &copy; <?php echo date('Y');?> </span>
                     <span class="bullet"> &#8226; </span>
                     <span> All Rights Reserved.</span>
                     <span class="bullet"> &#8226; </span>
index 70661bb..392018e 100644 (file)
             ?>
         </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(); ?>
index 226bca9..c01b260 100644 (file)
                 ?>
             </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 -->
index c2aa849..886ae55 100644 (file)
@@ -2,7 +2,7 @@
     padding: 20px 0;
     margin: 0 auto;
     float: none;
-    p {
+    span {
         font-size: rem-calc(10);
     }
     a {