hello! i really love love love your raspberry theme but i was wondering if there's any way i could stretch the background image to full? my image is too small and repeating it looks very awkward D:
I have nooo idea when this was sent as I’ve just come back from a two year hiatus. But yes there is a way! You’ll have to go into the code and find:
background:{color:background} url(’{image:background}’) fixed;
and REMOVE this. The easiest way would probably just be to copy & paste that into Ctrl+F. Don’t remove anything else, just exactly what I put here. Then directly below paste this:
html {background: url(’{image:background}’) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
Then save it and refresh the page, and you should be able to upload your background image the same way you did before.
Thank you so much for using my theme! x












