HI Vqp,
YOu didn’t have closed the #content selector css, so your changes for header-bg is not working. Please add } after the #content selector:
#content {
padding: 1rem 0 3rem;
background-color: #fff;
font-size: 0.813rem;
}
/* space between top of header image */
.header-bg {
padding: 0rem 0 !important;
background: no-repeat center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size:cover;
cursor: pointer;
}
Thanks