[av_codeblock wrapper_element=’style’ wrapper_element_attributes=”]
#wrapper {min-width: 100%;}
.content .entry-content-wrapper{padding:0}
.container .av-content-small.units{padding:0}
[/av_codeblock]
[av_codeblock wrapper_element=” wrapper_element_attributes=”]
[/av_codeblock]
[av_codeblock wrapper_element=’script’ wrapper_element_attributes=”]
jQuery(function($){
$( document ).ready(function() {
var bodyIframe = $(“iframe”).contents().find(“body”);
bodyIframe.find(“#wrapper”).css(“min-width”,”auto”);
});
})
[/av_codeblock]