Page 1 of 1

header size [solved]

Posted: Fri Sep 19, 2008 4:54 pm
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!

Re: header size [solved]

Posted: Sat Sep 20, 2008 6:55 pm
by Dr.CSS
You can always use width: **px; height: **px to make it the size you want...