Remove the center for the page content
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 31 Mar 2016 12:36:06 +0000 (08:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 31 Mar 2016 12:36:06 +0000 (08:36 -0400)
This is causing too many issues.

landing-page.php

index 60e6ce9..aba3028 100644 (file)
@@ -10,7 +10,7 @@ Template Name: Landing Page
     </div>
     <div id="content-wrapper">
         <div class="row">
-            <div id="main-content" class="small-12 columns text-center">
+            <div id="main-content" class="small-12 columns">
             <?php if ( !isset( $_REQUEST['glm_action'] ) ) : ?>
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>