Hi,
My background doesn't show up in the mobile version of my site (cusack.nl). I don't know how to fix this.
My background image is in the style.css like this:
body {
font-size: 16px;
font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
background-image: url(cusack.nl/files/gimgs/…);
background-size: cover;
background-repeat: no-repeat;
color: #fff;
line-height: 1.4em;
/* font-weight: 300; */
}
Thanks,
Bart