New Landing How can we help? Themeforest Theme Support Neighborhood A Wide Logo… doesnt fit in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • #56256
    buzzcreations
    Member
    Post count: 11

    Hi there,

    I have a wide logo approx 600px width and 135px high.

    I am currently using the “2nd Header Option” Under Header Options in the Theme Options panel.
    I can see that the Header is a span4 – span8 config. Can that be change to a 6/6??? Cause I think that would solve my problem. Or can you suggest anything for such a wide logo.

    Cheers
    Larissa
    BuzzCreations

    #56263
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, in sf-header.php find the code

    $header_output .= '<header id="header" class="clearfix">'. "\n";
    		$header_output .= '<div class="container">'. "\n";
    		$header_output .= '<div class="row">'. "\n";
    		$header_output .= sf_logo('span4 logo-left');
    		$header_output .= '<div class="header-right span8">'.sf_aux_links('header-menu').'</div>'. "\n";
    		$header_output .= '</div> <!-- CLOSE .row -->'. "\n";
    		$header_output .= '</div> <!-- CLOSE .container -->'. "\n";
    		$header_output .= '</header>'. "\n";
    		$header_output .= sf_mobile_search();
    		$header_output .= '<div id="main-nav">'. "\n";
    		$header_output .= sf_main_menu('main-navigation', 'full');
    		$header_output .= '</div>'. "\n";

    and change the span according to your liking!

    #56303
    buzzcreations
    Member
    Post count: 11

    Wow – Great Speedy Reply – and better still, i got it working 1st go!

    #56321
    Melanie – SUPPORT
    Member
    Post count: 11032

    So glad to hear that! You’re welcome 🙂

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