php - Visual Composer boxed view -


i haven't been working visual composer ages. problem don't know how set page.php properly.

i creating scratch. have bootstrap included , newest version of visual composer installed in wordpress. want have option:

https://www.youtube.com/watch?v=rkdywxwqijg

as content fullwidth. want content in boxed view have option stretch rows in video. page.php far looks this:

<?php  define('theme_template', true); define('is_fullwidth', true); get_header();?> <div id="contentarea">         <?php while (have_posts()) : the_post(); ?>             <?php the_content(); ?>         <?php endwhile; ?> </div> <?php get_footer();?> 

so appreciate help. how should page.php if want achieve of video. in advance.

if i'm getting correctly want achieve stretch row facility of visual composer.

in case contenarea div should have boxed width in css -

@contentarea {     width: 1170px;     overflow: visible; } 

also contentarea's overflow should visible since visual composer used overflow div when in full width.

i hope helps.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -