Hi Ron,
It’s bootstrap griding that is creating spaces So, u can place the background-image by using the following CSS if you don’t want spaces
.lum-equal-wrap {
background-image: url('Your Image Link Here');
}
Remember you need to create a .png image for this and put the spaces on the left according to the left menu bar size as it will start from the menu bar itself.
Thanks.