Your image has the dimensions: 940x150px
And your wrap only has the width of: 872px
As well as your
headerbar
has the padding on each side of 5px.Go to
/styles/prosilver/theme/
and open common.css
Find:
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
width: 872px;
margin: 0 auto;
border: 5px solid #FF9933;
Hugs