Page 1 of 1

Logo image

Posted: Tue Jun 13, 2006 2:32 pm
by stefan_boy
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

Re: Logo image

Posted: Tue Jun 13, 2006 6:36 pm
by Dr.CSS
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;
        }