HEy, I want to change my header from this:
![[Image: 8ZQUl.png]](https://camo.mybb.com/add98fc851902595705d7f833b863c17f95dc9d9/687474703a2f2f692e696d6775722e636f6d2f385a51556c2e706e67)
to this:
![[Image: 899.jpg]](https://camo.mybb.com/9c3b9e6416b32287bc8699e7be1156b1e8ae90b5/687474703a2f2f617773696d6763616368652e737767662e636f2e756b2f7374796c65732f3839392e6a7067)
The header goes over full page there and menu, too.
What he means is.. He wants his header (logo & navigation menu) to expan 100%
of his site's width.
He then wants his welcome back, categories, forums and footer around 85% wide.
It's easy. Edit your CSS where it says .head or .header to 100% instead of 85%, 1250 or something similar.
In the .css check that your container width is set to 100% and that there is no padding or border.
If that does not solve it then try adding this.
#container #header {
width: 100%;
}