Grid Row as Fullwidth Element – the default style.

Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text

Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own textClick here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own

Kleine Blumen im Beet

Grid Row as not fullwidth element.

Give a custom class to your grid-row :   grid-notfull

function grid_layout_notfull(){
?>
<script>
(function($){
    $('.av-layout-grid-container.grid-notfull' ).wrap( '<div class="main_color notfullsize color1"></div>');
    $('.notfullsize').css({"clear": "both", "width": "100%" , "float": "left" , "position": "relative" , "min-height": "100px" });
    $('.grid-notfull').css({"max-width": "1410px", "margin": "0 auto" , "padding": "0 50px"});      // the 1410px is max-container width - 100px 
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'grid_layout_notfull');