templates/base/scripts/BxBaseFunctions.php AROUND LINE 527
FIND
$sFileName = getParam('sys_main_logo');
if (!$sFileName || !file_exists($dir['mediaImages'] . $sFileName))
return '<a class="mainLogoText" href="' . BX_DOL_URL_ROOT . '">' . getParam('site_title') . '</a>';
return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo" /></a>';
}
add the code in red .....
return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo"
style="position: relative; left: 0px; top: 0px; right: 0px; bottom: 0px;width: 100%; height: 120px; z-index: 100"
border="0"/></a>';
you might have to change the z-index order so your search box and login/join links are on top and the height 120px to the depth of your logo .
just add your logo via the admin/settings/basicsettings
to gg this is not a template issue ...............
as this will place your logo full width on all templates ...... unless you use language keys to insert different logo for different languages...
and please remember to keep an original copy of the file by renaming it LIKE BxBaseFunctionsORIG.php
you can keep it on your server if you make a mistake just rename the file by removing the ORIG
add BxBaseFunctionsEDIT.php to the file you have changed/ played with ..you can do this with css files as well ....
Happy thoughts
[Moderator: Removed offensive comment.]