Can’t seem to solve it. I have an image background in the header as well. But the problem remains when I remove the picture.
Here is the code
.boxed #wrap_all {
border: 1px solid white;
border-top: none;
border-bottom: none;
}
Hi!
This is how it looks on my end – http://i.imgur.com/MnhbjDc.png
Can you please post a screenshot and show how it should look?
Regards,
Yigit
Thanks for getting back to me. Managed to solve it with
.header_bg {
width: 99.5%;
}
Not sure if it’s a good solution but seems to work :-)