Page 1 of 1

Logo not changing

Posted: Wed Sep 12, 2007 5:14 pm
by toolman
Hi there,

I cannot seem to change the header logo/background image.

I have gone through all the css templates and changed the lines:

Code: Select all

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
but it doesnt change.

Does anyone know why this is? Also, which would be the default file to edit to change this?

Many thanks!

Re: Logo not changing

Posted: Wed Sep 12, 2007 5:35 pm
by RonnyK
toolman,

this is the correct place to change, but keep in mind that files that you upload will end up in "uploads", so you have to change the URL to start in "uploads/" and then point to the file. Also make sure that umask is set to 002 in Global Settings, to make sure that uploaded files have correct permissions to be viewed by visitors.

Ronny

Re: Logo not changing

Posted: Wed Sep 12, 2007 5:55 pm
by toolman
Thank you very much :)

I have another question.. I would like to move the navigation and content area down now as it now overlaps the header. Do you know which div I need to modify?

Thanks!

Re: Logo not changing

Posted: Wed Sep 12, 2007 5:57 pm
by RonnyK
If you changed the height of the header DIV, because your image is heigher, make sure you change both "div#header" and "div#header h1 a".

Ronny

Re: Logo not changing

Posted: Wed Sep 12, 2007 8:19 pm
by toolman
Thank you :)

I also want to remove the white space/padding to the left of the left nav bar and also add a column to the right of the main content area. Are you able to advise me how to do that?

Many thanks!

Re: Logo not changing

Posted: Wed Sep 12, 2007 8:36 pm
by RonnyK
toolman,

check

http://forum.cmsmadesimple.org/index.ph ... l#msg69622

for adding a third column.

For the white space, do you have a link to see, I don't get what you mean. Or do you mean the the white space that is left/right of the pagewrapper, so on both sides of the site.

Ronny

Re: Logo not changing

Posted: Wed Sep 12, 2007 9:04 pm
by toolman
Thanks for the link.

I was refferring to the padding on the left and right of the wrapper. I can remove the right, but not the left.

Re: Logo not changing

Posted: Wed Sep 12, 2007 9:09 pm
by Nullig
Can you give us a link to see what's happening?

Nullig

Re: Logo not changing

Posted: Wed Sep 12, 2007 9:38 pm
by toolman
It's ok.. i have figured it out.
Thanks for all your help :)