Use span_1_of_1 until span_1_of_8. You can combine it like this. It might require enym plugin,…
Place Header After Element in Total Theme
//HEADER DESKTOP
function header_desktop() {
$template = 13844;
echo '<div class="container">'.do_shortcode( '[wpex_template id="' . $template . '"]' ).'</div>';
}
add_action( 'wpex_hook_header_after', 'header_desktop', 40 );

