Not Solved Where to find CSS for div #header?
#1
Not Solved
Very interesting. I cant find the #header div in the css. I see you are using it :

<div id=header> but i cant find it in the css. How do you control it?
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - J.D Salinger
Reply
#2
Not Solved
Its not there in the default css. You can however add it and style it as you please since the div with the id is already there.
Reply
#3
Not Solved
So how was it styled?
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - J.D Salinger
Reply
#4
Not Solved
It wasn't, it wasn't needed to. Its a "container" for other divs that needed to be styled such as panel. I assume it was added to make it easier for themes to use it to style the header the way they want to. Same thing with the logo div.

Not every div needs to be styled.
Reply
#5
Not Solved
You can style it yourself, simply add:

#header {
background: #values;
padding: #px;
margin: #px;

etc. etc. into the global.css

[Image: iYa29IFsjRtGF.png]


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)