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.

Fixed Background

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

Hi,

I was wondering if someone could help me out. I’m building this website http://therealwellbeing.com/
I have few image backgrounds set to fixed positions so the content is sliding over it. however it is not working on mobiles even with media sizes specified…

thanks in advance,
Adam

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Adam

    Thanks for reaching out.

    Sydney is setting this in the theme’s stylesheet.

    .panel-row-style {
    	background-attachment: scroll !important;
    	background-position: center !important;
    }

    You could try overriding the above by adding the following to CustomizeAdditional CSS or the Custom CSS location of your choosing.

    @media (max-width: 1024px) {
    	.panel-row-style {
    		background-attachment: fixed !important;
    	}
    }

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