Fixed Background
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
1Hi 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.