Tagged: x
-
AuthorPosts
-
May 19, 2016 at 5:17 pm #1000354
dbelkieParticipantHi 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
May 19, 2016 at 9:51 pm #1000770
Rue NelModeratorHello 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.
May 20, 2016 at 12:24 am #1000952
dbelkieParticipantYup!
That did it! Thanks!
DanMay 20, 2016 at 12:52 am #1000988
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1000354 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
