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 ๐