I updated the content area to lineup
authorIan Weller <ian@gaslightmedia.com>
Mon, 24 Apr 2017 13:16:23 +0000 (09:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 24 Apr 2017 13:16:23 +0000 (09:16 -0400)
I updated the content area on the general interior pages to lineup with
the breadcrumbs.  The php call for the event-template was the source of
our problem.  I took out the condition for if the template wasn't used.

sections/interior-page.php

index 12b31a5..e57cb5a 100644 (file)
@@ -13,7 +13,6 @@
                             </div>
                             <div class="row">
                                 <?php if ( get_page_template_slug( $post->ID ) !== "events-template.php" ) { ?>
-                                    <div class="small-12 columns">
                                 <?php } else { ?>
                                     <div class="small-12 medium-11 large-10 small-centered columns events-content">
                                 <?php } ?>