[Solved] CSS Problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Shokojjo
New Member
New Member
Posts: 4
Joined: Tue Aug 19, 2008 4:31 pm

[Solved] CSS Problem

Post 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.

Image

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
Last edited by Anonymous on Wed Aug 20, 2008 6:45 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: CSS Problem

Post 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
Last edited by Nullig on Tue Aug 19, 2008 5:53 pm, edited 1 time in total.
Shokojjo
New Member
New Member
Posts: 4
Joined: Tue Aug 19, 2008 4:31 pm

Re: CSS Problem

Post 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.

Image

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
Last edited by Shokojjo on Tue Aug 19, 2008 6:38 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: CSS Problem

Post by Nullig »

You change these settings in the stylesheet. In your case it's the "Layout: Left sidebar + 1 column" stylesheet.

Nullig
Shokojjo
New Member
New Member
Posts: 4
Joined: Tue Aug 19, 2008 4:31 pm

Re: CSS Problem

Post 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
alby

Re: CSS Problem

Post 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
Shokojjo
New Member
New Member
Posts: 4
Joined: Tue Aug 19, 2008 4:31 pm

Re: CSS Problem

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

Re: CSS Problem

Post 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...
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: CSS Problem

Post by christiaans »

Marked up solved and closed.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: [Solved] CSS Problem

Post by Dr.CSS »

Teach them how to fish and they eat for life, give them fish and they learn nothing... ;)
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: [Solved] CSS Problem

Post by christiaans »

Haha, very true, I'm just a junkie for a neatly cleaned forum. I'll control myself next time!
Post Reply

Return to “Layout and Design (CSS & HTML)”