Viewing 8 posts - 1 through 8 (of 8 total)
  • #57898
    simonvk
    Member
    Post count: 45

    Hi there,

    I did notice some other topics around here with similar questions but haven’t found a working solution still.

    I’m using the 2nd header, and would like my 640×48 logo to fit in there neatly. Now, it’s sized down. I’m not too much of a css-head myself *yet* but I’m guessing I need to alter something here?

    } else if ($header_layout == "header-2") {
    		
    		$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";
    

    Possibly around the span, just not sure what exactly to make it fit.

    Thanks in advance ๐Ÿ™‚

    #58053
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You do not need to edit that code, please share your link and explain the problem.

    – Kyle

    #58055
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please share website URL so i can give to you quick solution .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #58059
    simonvk
    Member
    Post count: 45

    Heya, alright. My link is http://www.lifestylespot.nl (Although my old header is in there now, is that a problem?)

    Thx, Simon

    #58060
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So is this the header you want to use?

    – Kyle

    #58062
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code

    $header_output .= sf_logo('span4 logo-left');
            $header_output .= '<div class="header-right span8">'.sf_aux_links('header-menu').'</div>'. "\n";
    
    Replace with this code 
    $header_output .= sf_logo('span7 logo-left');
            $header_output .= '<div class="header-right span5">'.sf_aux_links('header-menu').'</div>'. "\n";
    

    Hope it should work fine .

    Thanks

    #58334
    simonvk
    Member
    Post count: 45

    Excellent, Mohammed, that worked ๐Ÿ™‚
    Thanks!

    #58348
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    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