Background in Mobile

cusack / 2017-08-20 15:54:25   

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:

  1. body {
  2. font-size: 16px;
  3. font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  4. background-image: url(cusack.nl/files/gimgs/…);
  5.         background-size: cover;
  6.         background-repeat: no-repeat;
  7. color: #fff;
  8. line-height: 1.4em;
  9. /* font-weight: 300; */
  10. }

Thanks,

Bart

This thread has been closed, thank you.