projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863cbd8
)
Remove id from sub page blocks
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:45:22 +0000
(11:45 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:45:22 +0000
(11:45 -0400)
gives background color and only at content width.
sections/landing-page.php
patch
|
blob
|
history
diff --git
a/sections/landing-page.php
b/sections/landing-page.php
index
9b4ffd8
..
34e8013
100644
(file)
--- a/
sections/landing-page.php
+++ b/
sections/landing-page.php
@@
-28,7
+28,7
@@
<?php get_template_part('parts/main-content');?>
</div>
- <div
id="glm-blocks-wrapper"
data-equalizer data-options="equalize_on_stack: false">
+ <div data-equalizer data-options="equalize_on_stack: false">
<div class="glm-blocks-container row">
<?php
global $post;