I´m not that good in english but i will try to explain in the best way.
The place you put the Logo image aren´t enoug in height, can i some how make it bigger so i can put my large logo there?
/Stefan
Logo image
Re: Logo image
standard install has a CSS called Layout, in there see this and change it...
div#header h1 a {
background: url(uploads/images/logo1.gif) no-repeat 0 12px; this will be yours....
display: block;
height: 80px;
text-indent: -700em;
width: 198px;
margin: 0;
padding: 0;
}
div#header h1 a {
background: url(uploads/images/logo1.gif) no-repeat 0 12px; this will be yours....
display: block;
height: 80px;
text-indent: -700em;
width: 198px;
margin: 0;
padding: 0;
}

