Shape 5

Joomla Templates => Business Look - November 07 - Club => : iopas December 03, 2009, 12:45:38 PM



: Location of Logo
: iopas December 03, 2009, 12:45:38 PM
Hi,

I would like to align the logo left. I have made the following modification but does not displayed correctly in IE6.

:
#s5_logo {
float:left;
height:100px;
margin:0 auto;
width:159px;


: Re: Location of Logo
: jonahh December 03, 2009, 01:58:15 PM
Can you post a URL of this?


: Re: Location of Logo
: jonahh December 04, 2009, 12:14:02 PM
To fix this open up your index.php file and look for the following and then change "scale" to "crop"

* html #s5_logo {
   background:none;
   height: 100px;
   width:352px;
   margin-top: 0px;
   filter:
   progid:dximagetransform.microsoft.alphaimageloader(src='templates/businesslook/images/logo.png', sizingmethod='scale');}




: Re: Location of Logo
: iopas December 04, 2009, 04:35:15 PM
Thank you


: Re: Location of Logo
: baparks March 05, 2010, 01:56:07 PM
So if I wanted to change the SIZE of the space for the logo would I simply change the dimensions below:

 height: 100px;
   width:352px;

to what I wanted them to be?


: Re: Location of Logo
: jonahh March 08, 2010, 12:37:42 PM
Correct