Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi!
How can I change the background of my site from tiled to “stretch till fit”. I canĀ“t find an option.
Thanks in advance!
Hi ccAA
It’s unfortunately a missing setting in Vantage. Please add the following to Appearance > Custom CSS:
/* Footer Background Image */ #colophon { background-repeat: no-repeat; background-position: center center !important; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }I’m assuming you’re asking about the footer background image here.