unless the page has a members only template, the page content will be 12 columns for interior
pages.
</div>
<?php } else { ?>
- <div class="small-12 large-push-4 large-8 columns">
+ <div class="small-12 columns">
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs small-12 columns\">";
<?php get_template_part('parts/main-content');?>
</div>
<?php } ?>
- <div id="side-content" class=" text-center small-12 large-pull-8 large-4 columns large-text-left">
- <?php if (get_page_template_slug( $post->ID ) === "members-only-template.php") { ?>
+ <?php if (get_page_template_slug( $post->ID ) === "members-only-template.php") { ?>
+ <div id="side-content" class=" text-center small-12 large-pull-8 large-4 columns large-text-left">
+
<div id="sidebar" class="small-12" data-equalizer-watch>
<?php get_sidebar(); ?>
</div>