The .main section is on the left side so it sits next to the sidebar. If you move the metaslider outside of .main leaving it inside of .overflow-container, it should fill the whole space.
Hi Ben,
That worked perfect, thank you!
For others that may have similar issue, the slider in bold:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
</header>
<?php
echo do_shortcode("[metaslider id=369]");
?>
<div id="overflow-container" class="overflow-container">
<?php
if ( current_theme_supports( 'breadcrumb-trail' ) && !is_search() ) {
breadcrumb_trail(array(
'separator' => '>',
'show_browse' => false,
'show_on_front' => false)
);