This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Masthead photo

10 years ago · Last reply by Andrew Misplon 10 years ago

I upgraded to the premium and love it. However Im having some trouble with the photo in the masthead in the vantage theme. The photo is tiled and looks odd on both the computer screen and mobile orientation. Is there a way to set the justification and or scaling of the picture?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi Ben

    Thanks for reaching out. Glad to hear you’re enjoying Vantage. Sure, we can resolve this. Try the following under Appearance > Custom CSS:

    /* Masthead Background Image Cover */
    header#masthead {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    If you don’t want the background to cover, remove the last four properties.

    If that doesn’t look as desired, please send through a link so we can see it in action.

    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.

Have a different question or issue?

Start New Thread