I need to increase the image logo area so my logo will fully display. At present only the default size of 145 x 50 allows the display, I need 400 x 99 how do I change this setting.
Thanks
SolidBusiness
POSTED: 2013-07-17
Hello DAVE3ATT,
Please search for the comment "Logo Image" in the template.css file located in the css folder of the template.
Once you've found it, adjust the height and width of h1.logo and h1logo.a. Check the code below to see the * sign on the height and width you will adjust:
I need to increase the image logo area so my logo will fully display. At present only the default size of 145 x 50 allows the display, I need 400 x 99 how do I change this setting.
Thanks
Please search for the comment "Logo Image" in the template.css file located in the css folder of the template.
Once you've found it, adjust the height and width of h1.logo and h1logo.a. Check the code below to see the * sign on the height and width you will adjust:
/* Logo Image ---*/
h1.logo {
background: url("../images/botshadows.png") no-repeat scroll center bottom transparent;
*height: 99px;
margin-top: 21px;
padding: 0;
*width: 400px;
margin-left: 10px;
margin-right: 10px;
}
h1.logo a {
background: url("../images/logo.png") no-repeat scroll center center transparent;
border: 1px solid #F2F2F2;
*height: 99px;
padding: 0;
width: 400px;
}
This will help.
Regards