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.

Replies

5
  1. Andrew Misplon Staff 11 years, 9 months ago

    Hi Virginie. Are you referring to the masthead background image? If the site is live please send a link through.

  2. Virginie Raisson 11 years, 9 months ago

    Hi Andrew,
    yes the masthead background image.
    My website : http://www.ski-perf.com

    Thanks :-)

  3. Andrew Misplon Staff 11 years, 9 months ago

    Here are two different options to try under Appearance > Custom CSS to deal with the masthead background image:

    /* Masthead Background Image */
    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;
    }

    OR

    /* Masthead Background Image */
    header#masthead {
    background-repeat: no-repeat;
    }
  4. Virginie Raisson 11 years, 9 months ago

    Perfect. ;-)
    Thanks a lot !

  5. Andrew Misplon Staff 11 years, 9 months ago

    Not a problem, glad we could help.

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