Hi
its due the to content height but you can make changes in below code to make the bg in the centre
Open /templates/ja_jason/css/themes/green/template.css
Find
.t3-header {
background: #ffffff no-repeat center top;
background-size: 100% auto;
margin: auto;
top: 0;
left: 0;
width: 100%;
z-index: 100;
padding: 0;
position: relative;
}
Replace it with
.t3-header {
background: #ffffff no-repeat center;
background-size: 100%;
margin: auto;
top: 0;
left: 0;
width: 100%;
z-index: 100;
padding: 0;
position: relative;
}
Hope it helps .