Hi, I have a background image on my client's site, currently hosted
here [Links visible only for registered users], which was set under Theme Options > Global > General > Background. Size is set to Cover, and this behaves exactly as expected and desired. I am trying to use a different image on the
Services [Links visible only for registered users] page, but for some reason it isn't covering the full page - the site-wide background image appears at the bottom and no matter what I do I can't seem to get the new image to extend further down the page. Here's the CSS I'm using
/* SERVICES background */
body.page-id-188 {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
Comments
We checked and the image looks fine, do you mean this ? [Links visible only for registered users]
thanks
[Links visible only for registered users]
If i disable it then the html background image appears.