When I edit the Page Container width and change it to 95% everything works fine, but the header width does not change.
Sceenshot:
How do I fix this?
Thanks.
Is this a logo background ?
Yes it is, I added it in Additional CSS.
Hmmm... Could you give me the CSS code ?
Sure
Code:
.logo {
background: #202020 url(images/Mechanical/header_bg.gif) repeat-x top left;
}
.logo_right {
background: url(images/Mechanical/header_right.gif);
background-repeat: no-repeat; background-position: top right;
}
Code:
.logo {
background: #202020 url(images/Mechanical/header_bg.gif) repeat-x top left;
}
try changing to
Code:
.logo {
background: #202020 url(images/Mechanical/header_bg.gif) repeat-x top left;
width: 99%;
}
I've tried that already and it didn't work

Could I have a link to your forum ?
Alright...
Try changing that width code I gave you from 99% to 940px