Quote:
Originally Posted by Serginfor.com
Anybody can help me, how to increase the space for the logo.
My page is auncionar 5 stars in 3.0, but needed to make this change because the logo has 444x133
Thanks
|
In the main.css alter these to fit.
#header .line1 {
position: relative;
height: 67px;/* top row */
direction: ltr;
}
#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 203px; /* logo container div */
}
#header .line1 .logo a img {
width: 203px; /* logo width */
height: 48px; /* logo height */
}