I need to increase the height of the header to fit a logo that is bigger than default. Where do I adjust the height?
Thanx for input!
Rajan
I need to increase the height of the header to fit a logo that is bigger than default. Where do I adjust the height?
Thanx for input!
Rajan
Search for the logo section:
#main_body h1
{
background-color:#dedede;
margin:0;
min-height:0;
padding:0;
text-decoration:none;
text-indent:-8000px;
background-image: url('../../../images/machform.gif');
background-repeat: no-repeat;
}
#main_body h1 a
{
display:block;
height:100%;
min-height:40px;
overflow:hidden;
}
simply adjust the height and min-height above.
Oh, that was easy.
Thanks, Rajan
You must log in to post.