pressedespresso asked: Hey,
I love how your theme is really wide but I want to add a background wallpaper. Can you help me out?
First upload your bg image to http://www.tumblr.com/themes/upload_static_file.
Then in your customize page > edit html
Find the line of code which says
body {background:{color:Background}; color:{color:Text}; font:1em/1.5 {font:Body}; margin:0 0 0 0}
and replace it with
body {background:{color:Background} url(‘YOUR IMAGE URL’) no-repeat left top fixed; color:{color:Text}; font:1em/1.5 {font:Body}; margin:0 0 0 0}
adding in your bg image url.
Then scroll down further to the line which says
#posts {background-color:{color:Background};
replace it with
#posts {background-color:{color:none};