showing page content even if there is featured image text
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 16:25:21 +0000 (12:25 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 16:25:21 +0000 (12:25 -0400)
removing the last commit that hid page content in large view

sections/interior-page.php

index 3179c34..3a37eea 100644 (file)
@@ -41,7 +41,7 @@
 
                 // Landing Page Template
                 case "landing-page.php": ?>
-                    <div class="row show-for-medium-down">
+                    <div class="row">
                         <?php get_template_part('parts/main-content'); ?>
                     </div>
                     <div class="row fullWidth">
@@ -95,7 +95,7 @@
                         } ;?>
                         <?php echo the_field('blocks_shortcode',$post->ID); ?>
                     </div>
-                    <div class="row show-for-medium-down">
+                    <div class="row">
                         <?php get_template_part('parts/main-content'); ?>
                     </div>