Sub-header Background Image
I am trying to adjust the sub-header background image, so that it "covers" the sub-header frame (for an example of what I am looking for, see http://www.shainblumphoto.com/project/iceland-photography/). I tried adding the code below to the "Custom CSS" field, but the sub-header image appears to "cover" the entire browser window, not just the sub-header frame. As a result, the image bounces around the sub-header frame depending on the size of the browser window. How can I make the subheader background image cover the subheader frame AND "center center" it? Any help here would be greatly appreciated.
/* Subheader */
#Subheader {
padding: 310px 0 230px;
background-position: center center;
background-size: cover;
top:0px;
left:0px
}
Comments
if you look for example at http://themes.muffingroup.com/be/eco/programs/ you see that we have similar header/subheader on many demos. So what we suggest is to create extra WP instance where you can import demos and learn how some things were made. You can also send us link to page where you got it so we can have a look on it.
Thanks!