Home>Support>Footer position and height

Footer position and height

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,
I am looking for your assistance to centre the background image I have in my footer please? It is currently left aligned and tiled which I do not want.

Also I would like to increase the height of the footer, as when I insert image of greater height they end up not displaying correctly.

the url is: seoul2singapore.org

thanks,
Collie

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, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Colin

    Thanks for running Vantage.

    Insert the following under Appearance >Custom CSS to resolve:

    #colophon {
    background-repeat: no-repeat;
    background-position: center;
    }

    Thanks

  2. 10 years, 11 months ago Colin O'Rourke

    Fantastic, so that’s the first bit resolved.

    Can you look at the footer on seoul2singapore.org and help me change the width of the footer background image so that is will match 100% width of the blog roll?

  3. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

    Not that I know of. Usually I’d suggest adding:

    background-size: cover;

    But that doesn’t help in this situation. If that’s a vector drawing it could be saved at a larger size. Can you get that image saved at 1080px?

  4. 10 years, 11 months ago Colin O'Rourke

    ok so I have added ‘background-size: cover;’ to the customer css, but nothing changed.
    I also changed the image size to 1080px wide.
    but now I am missing the lower section of the image?

  5. 10 years, 11 months ago Colin O'Rourke

    I figured it out!

    I used percentage instead of cover

    – while I am at it can you help me with the header image too, so that it can achieve percentage like the footer?

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

    Here is a selector you can work on for the header:

    /* Masthead Background Image Cover */
    
    header#masthead {
    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;
    }
  7. 10 years, 11 months ago Colin O'Rourke

    thanks, does that go into the customer css?

  8. 10 years, 11 months ago Colin O'Rourke

    I meant custom css!

  9. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    That’s correct, insert under Appearance > Custom CSS.

  10. 10 years, 11 months ago Colin O'Rourke

    no difference! : ( any ideas?

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

    The background is inserted as an image there, not a background so we’ll need to say:

    header#masthead hgroup .logo img {
    width: 100%;
    }

    Remove the last selector as it’s not needed. Thanks.

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