background image
I have added a background image to my page using the following css:
pre 
 .wallpaper { 
     background-image: url("../img/bg.png"); 
     background-repeat: no-repeat; 
     background-size: cover; 
 } 
  /pre
The resultant background has a white bar on the left which I cannot account for. It is definitely not in the original image: