Viewing 8 posts - 1 through 8 (of 8 total)
  • #62362
    sagesej
    Member
    Post count: 16

    I want the logo on the site to be exactly the size of the logo i have attached. It keeps changing the size.

    #62369
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to upload this logo and provide website URL so i can suggest you quick solution .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #62431
    sagesej
    Member
    Post count: 16
    This reply has been marked as private.
    #62445
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-header.php at /neighborhood/includes/swift-framework/sf-content-display/
    Find this code at line 323-325
    $header_output .= ‘<div class=”header-left span4″>’.sf_woo_links(‘header-menu’, ‘logo-left’).'</div>’. “\n”;
    $header_output .= sf_logo(‘span4 logo-center’);
    $header_output .= ‘<div class=”header-right span4″>’.sf_aux_links(‘header-menu’, TRUE).'</div>’. “\n”;

    Replace with
    $header_output .= ‘<div class=”header-left span2″>’.sf_woo_links(‘header-menu’, ‘logo-left’).'</div>’. “\n”;
    $header_output .= sf_logo(‘span8 logo-center’);
    $header_output .= ‘<div class=”header-right span2″>’.sf_aux_links(‘header-menu’, TRUE).'</div>’. “\n”;

    #62447
    sagesej
    Member
    Post count: 16

    Did that and now the site doesn’t even load up . . .

    #62460
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please roll back all changes and follow given below steps

    1. Find span4 and replace with span2 at line 323 .

    2. Find span4 and replace with span8 at line 324 .

    3. Find span4 and replace with span2 at line 325 .

    Hopefully it should work .

    #62504
    sagesej
    Member
    Post count: 16

    worked out great thanks!

    #62532
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

Viewing 8 posts - 1 through 8 (of 8 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