Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000354
    dbelkie
    Participant

    Hi guys!
    I am trying to get some rows to go full width on my site.
    If I set:
    no container header no footer as the template.
    Then set: coloum container:OFF, Marginless columns: ON
    It works perfect!

    However if I switch the template to:
    no container header & Footer it no longer works.

    You can see they page here:
    http://dev.everythingcloud.com/about/

    Any ideas?

    Dan

    #1000770
    Rue Nel
    Moderator

    Hello Dan,

    Thanks for writing in! It looks like you have modified the page template in your child theme. You have added a wrapping container that sets the maximum width and add a margin.

    
    <div class="article_center" style="max-width:1120px; margin:100px auto;">
    

    Please make sure that the code content of the page template, Blank – No Container | Header, Footer looks like this:

    <?php
    
    // =============================================================================
    // VIEWS/INTEGRITY/TEMPLATE-BLANK-4.PHP (No Container | Header, Footer)
    // -----------------------------------------------------------------------------
    // A blank page for creating unique layouts.
    // =============================================================================
    
    ?>
    
    <?php get_header(); ?>
    
      <div class="x-main full" role="main">
    
        <?php while ( have_posts() ) : the_post(); ?>
    
          <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
            <?php x_get_view( 'global', '_content', 'the-content' ); ?>
          </article>
    
        <?php endwhile; ?>
    
      </div>
    
    <?php get_footer(); ?>

    Please let us know how it goes.

    #1000952
    dbelkie
    Participant

    Yup!
    That did it! Thanks!
    Dan

    #1000988
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1000354 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>