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

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

    Hi. If you’re referring to the site background image, please try this under Appearance > Custom CSS:

    /* Background Image */
    body.custom-background {
    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;
    }
  2. Eliabel Alves Barreto Junior 11 years, 9 months ago

    Hi,

    Thank you for answer but this code doesn’t work, it doesn’t resize that image and nothing happens in the site.

    I want put a image in static background, the image doesn’t move.

  3. Andrew Misplon Staff 11 years, 9 months ago

    If your site is live with a background image added, please send through a link so I can take a look. Thanks.

  4. Eliabel Alves Barreto Junior 11 years, 9 months ago

    Look my site, http://192.185.176.79/~noteb750/fngconcept.com/.

    I want put a background image, but i ha a doubt, the site will has delay to load?

  5. Andrew Misplon Staff 11 years, 9 months ago

    You can try adding one at: Appearance > Customize > Page: Page Background Image. You can add the following CSS to fix the position:

    /* Main Site Container */
    #main {
    background-attachment: fixed;
    }
  6. Eliabel Alves Barreto Junior 11 years, 9 months ago

    I put the CSS and the image but doesn’t work

    See the site again if it’s possible.

  7. Eliabel Alves Barreto Junior 11 years, 9 months ago

    I’m sorry, the fixed function it’s ok, but how i resize de image for full screen now?

  8. Andrew Misplon Staff 11 years, 9 months ago

    Has your page background been added here: http://192.185.176.79/~noteb750/fngconcept.com/ ? I don’t see it. Please save so I can see what’s going on. Thanks.

  9. Eliabel Alves Barreto Junior 11 years, 9 months ago

    Wow, Andrew, thanks

    I got it!! It’s necessary use the uppside code, but chage for main like this:

    #main {
    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;
    }

  10. Andrew Misplon Staff 11 years, 9 months ago

    Awesome, thanks for combing the selectors I sent. Glad you found a solution that works for you!

  11. Eliabel Alves Barreto Junior 11 years, 9 months ago

    Thanks for support..all good for you

  12. 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