Hi,
Please open to edit sf-header.php at /themes/neighborhood/includes/swift-framework/sf-content-display
Find this code at line 291 to 294
$tb_output .= '<div class="tb-left span6 clearfix">'. "\n";
$tb_output .= $tb_left_output;
$tb_output .= '</div> <!-- CLOSE .tb-left -->'. "\n";
$tb_output .= '<div class="tb-right span6 clearfix">'. "\n";
Replace with
$tb_output .= '<div class="tb-left span7 clearfix">'. "\n";
$tb_output .= $tb_left_output;
$tb_output .= '</div> <!-- CLOSE .tb-left -->'. "\n";
$tb_output .= '<div class="tb-right span5 clearfix">'. "\n";
Hope it should work .
Thanks ๐
With Best Regards
Swift Ideas