Thanks very much.
I first got rid of the white at the top by changing the “height” to 192px in #headerimg in the style sheet. I had changed the background color on #header to “kubrickbgcolor”. But I still have the extra color on left and right, how kubrickbgcolor. See https://comm.stjohns-cathedral.org/.
From current style sheet under “Begin Typography…”:
#header {
background: #d5d6d7 url(‘images/wp_header.jpg’) no-repeat bottom center;
}
#headerimg {
margin: 0 0 0;
height: 192px;
width: 760px;
}
From current style under “Begin Structure”:
#header {
margin: 0 0 0 1px;
padding: 0;
height: 192px;
width: 760px;
}
#headerimg {
margin: 0;
height: 192px;
width: 100%;
}
Any ideas?