MyBBThemes Community

Full Version: Header Not Aligned
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When I edit the Page Container width and change it to 95% everything works fine, but the header width does not change.

Sceenshot:
[Image: headoff.jpg]

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 :S
Could I have a link to your forum ?
Alright...

Try changing that width code I gave you from 99% to 940px
Pages: 1 2
Reference URL's