projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05a022
)
Remove the center for the page content
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 31 Mar 2016 12:36:06 +0000
(08:36 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 31 Mar 2016 12:36:06 +0000
(08:36 -0400)
This is causing too many issues.
landing-page.php
patch
|
blob
|
history
diff --git
a/landing-page.php
b/landing-page.php
index
60e6ce9
..
aba3028
100644
(file)
--- a/
landing-page.php
+++ b/
landing-page.php
@@
-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();?>