Home>Support>Vantage Premium “Page Background Color” ?

Vantage Premium “Page Background Color” ?

Hi guys!
Love the theme! I’m having a problem with the page background. I’ve inserted a Gradient image file for my page background and all looks really well on the PC, But when you go to the mobile version the image is way too short when you scroll down. I’ve disabled the Responsive Layout but image then repeats twice.

So my Question is, Is there some way i can either:
Get the text to move when i scroll down but the image stays put?
Or is there a way to get the image to resize to the size of the screen?
Or is there a way i can have the page background color to a Gradient Color?

URL: http://www.amazenglare.ie/

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

  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi Sean

    Thanks for reaching out. Can you perhaps give us access to the site so we can take a look? If you need to keep it locked then please send details through to [email protected], please send everything in a single mail from yourself with a link back to this thread.

    Thanks

  2. 9 years, 7 months ago Sean O'Sullivan

    Hi,
    Sorry i’ve made site accessible now.

    Thanks

  3. 9 years, 7 months ago Sean O'Sullivan

    Hi any update please???

  4. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the wait. Please try the following under Appearance > Custom CSS:

    /* Site Body */
    
    #main {
    background-position: center bottom;
    }
    
  5. 9 years, 7 months ago Sean O'Sullivan

    No taht didn’t wrong it’s still the same on mobile device.

  6. 9 years, 7 months ago Sean O'Sullivan

    if there is a way to stop the backgroung image from going to tiled mode on small devices is there a way i can have the page background color to a Gradient Color?

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

    Please also add the following CSS and see how that looks on mobile:

    @media (max-width: 680px) {
    
    #main {
    background-repeat: no-repeat;
    }
    
    }
    
  8. 9 years, 7 months ago Sean O'Sullivan

    i don’t think that did anything, still looks the same

  9. 9 years, 7 months ago Sean O'Sullivan

    It worked!!! I re-enabled Responsive Layout and it worked. it’s still tiled when Responsive Layout is disabled but it i’m happy it’s working with Responsive Layout enabled. Thank you for your help

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

    Super, glad that did the trick. Thanks for the update.

    What I did was say, no-repeat, but only when the screen size is 680px, which is mobile. If you wanted to add the no-repeat for all instances you’d remove that wrapping query and just say:

    #main {
    background-repeat: no-repeat;
    }
    
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