Logo image

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
stefan_boy

Logo image

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Logo image

Post 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;
        }
Locked

Return to “CMSMS Core”