Hi all I am trying to strech the background of my side to fit the width. I only found big workarounds in the internet. Is there not one single command for this?
Use background-size like the one used below,
body { background-image: url(money.jpg) no-repeat; background-size: 100%; }
Some useful links :