Page 1 of 1
[Solved] CSS Problem
Posted: Tue Aug 19, 2008 4:38 pm
by Shokojjo
Hello everybody,
I have a little problem with my banner. It's not funny to have an espace between the front and the banner.
Could you please explain me, how can I delete this espace, and how can I change the background color too please.
I'm using the default theme and my site is powered by CMS Made Simple version 1.4.1
Thanks in advance for your help
Thomas
Re: CSS Problem
Posted: Tue Aug 19, 2008 5:46 pm
by Nullig
Change:
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px;
To:
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(images/cms/logo1.gif) no-repeat;
Which background color? Page, Header, Content?
Nullig
Re: CSS Problem
Posted: Tue Aug 19, 2008 6:33 pm
by Shokojjo
Thanks for your answer.
I'm newbie but I don't know in which file I need to change this code and in first in wich folder I need to go.
Concerning, the background color I would like to change de page's background and I don't know the file too.
Thanks for your help and sorry for my bad english!
Thomas
Re: CSS Problem
Posted: Tue Aug 19, 2008 7:27 pm
by Nullig
You change these settings in the stylesheet. In your case it's the "Layout: Left sidebar + 1 column" stylesheet.
Nullig
Re: CSS Problem
Posted: Tue Aug 19, 2008 8:06 pm
by Shokojjo
I'm sorry, but I don't know where I can chose this file.
Can I give you my FTP access (in mail) for doing this change, because I'm not very good to do that
Thanks in advance for your help!
Thomas
Re: CSS Problem
Posted: Tue Aug 19, 2008 8:09 pm
by alby
Shokojjo wrote:
I'm sorry, but I don't know where I can chose this file.
Nullig say you of Stylesheet in CMSMS (Layout > Stylesheet) not files ...
Alby
Re: CSS Problem
Posted: Tue Aug 19, 2008 8:15 pm
by Shokojjo
Sorry, I thought that it was directly in css file in my FTP Server...
Thanks a lot for your help, i have resolve my problem with your help !
Thanks a lot!
Re: CSS Problem
Posted: Wed Aug 20, 2008 1:43 am
by Dr.CSS
Hello Shokojjo
New here so I let you know, CSS, HTML problems go in this thread, and please to go to the first post here and hit modify and add [solved] to subject line...
Re: CSS Problem
Posted: Wed Aug 20, 2008 6:45 am
by christiaans
Marked up solved and closed.
Re: [Solved] CSS Problem
Posted: Wed Aug 20, 2008 7:31 am
by Dr.CSS
Teach them how to fish and they eat for life, give them fish and they learn nothing...

Re: [Solved] CSS Problem
Posted: Wed Aug 20, 2008 8:47 am
by christiaans
Haha, very true, I'm just a junkie for a neatly cleaned forum. I'll control myself next time!