Hello, I recently downloaded the Chestnut theme, and I would like to make a background on it auto size to fit a screen, here is the current code I have.
body {
background-image: url(http://media.psu.com/media/wallpapers/14-07-25-08-43_0_destinywall1.jpg)!important;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #282624;
font: normal 12px OpenSans_regular, helvetica, arial, sans-serif;
position: relative;
}
I would link my site, but it is currently sitting in offline mode.