header size [solved]

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
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

header size [solved]

Post by hugosnel »

I am starting to get into CMSMS with great pleasure.*
But the more I get in the more questions I have.
Now I am searching for a way to reduce my header size in http://poisson-clement.fr
In the layout stylesheet I find:

    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            background: #999999;           
            color: white;
            text-align: center;
        }
    /* END HEADER */
But there seems no control on the size here.
Is there another template/stylsheet element that I am missing?
regards from france!
SOLVED It depends owhat is put inside , very flexible!
Last edited by hugosnel on Fri Sep 19, 2008 5:14 pm, edited 1 time in total.
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: header size [solved]

Post by Dr.CSS »

You can always use width: **px; height: **px to make it the size you want...
Post Reply

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