2011-06-16, 03:15 AM
2011-06-16, 04:04 AM
(2011-06-16, 03:15 AM)Insidious Wrote: [ -> ]http://envizioned.net
As you can see, it's a little bit from the top of the container.
I want it to be at the top. How do I get this to happen?
Change:
padding: 20px;
to:
padding: 0px;
in Global.css for #container
2011-06-16, 04:14 AM
That worked, but it kind of made things look messy, I'm not sure why.
Is there anyway to only move the header? As opposed to the entire container.
Edit: I figured out how to get it done.
I added these elements to my header;
Is there anyway to only move the header? As opposed to the entire container.
Edit: I figured out how to get it done.
I added these elements to my header;
position: relative;
top: -17px;