Viewing 4 posts - 1 through 4 (of 4 total)
  • #55742
    usnraver
    Member
    Post count: 32

    Please review site http://johnnyaustinneon.com/

    I have 4 menu items and the last 2 are creating a second row

    I want them all to be on the first row

    I have the logo centered

    Any help would be appreciated

    Please make this post private

    #55833
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    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

    #56122
    usnraver
    Member
    Post count: 32

    It worked – thank you

    #56127
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register