projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84aca9f
)
reducing the members only sidebar width and increasing the main content width in...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 9 Sep 2016 17:01:14 +0000
(13:01 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 9 Sep 2016 17:01:14 +0000
(13:01 -0400)
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
cf312d6
..
98efb7f
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-26,10
+26,10
@@
<?php } else if (get_page_template_slug( $post->ID ) == "members-only") { ?>
<?php $index_template = false; ?>
- <div class="medium-
4
columns members-only-menu show-for-large">
+ <div class="medium-
3
columns members-only-menu show-for-large">
<?php glm_side_menu(); ?>
</div>
- <div class="small-12 medium-
8
columns">
+ <div class="small-12 medium-
9
columns">
<?php echo apply_filters('the_content', $post_content->post_content) ; ?>
</div>
<!-- check for full width template -->