Sunday 14 May 2006 3:12:26 pm
Hi, If you change the size of the logo to your site you should also change the div#header-design in your site-col.css style file. I have used at logo (height: 150px, width: 750px) that is bigger than the stadard eZ logo, therefore my css-file contains the following code:
div#header-design
{
margin: 0;
height: 140px;
width: 750px;
float: left;
}
|