Add full width slider in beaver builder theme

Hi
Using Insert page Plugin and shortcode, I get to show a slider in the header of theme, but can’t get the slider appears in full width size.
I use the following code in the header.php child theme (insert it before <div class=“fl-page”>):
<?php echo do_shortcode( "[insert page=‘xxxxx’ display=‘content’] "); ?>

Have I to add some css or Setting?
You can see this in page:
http://www.palacetearcedianos.com/hola

Thanks!

Hey Juan,

We have implemented our own shortcode so you don’t have to use the Insert Pages plugin. Check the KB article below for more info. :slight_smile:
http://forum.wpbeaverbuilder.com/knowledge-base/shortcodes/

Re the Full Width issue, it seems the row you’ve added using the shortcode is using a Fixed Width content. Changing that to Full Width content as well as removing the default padding/margin should fix you right up!

Ben

Thanks a lot! You’re the best support team in the world!

No worries at all, Juan! And thanks for the kind words, we really appreciate it. :slight_smile:

Enjoy BB!

Ben