Home>Support>Tiled background

Tiled background

By ccAA, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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!

URL: http://krimzkramz2.apps-1and1.net

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More