Tagged: andy, color section, fixed background
Hello.
I would like to have the same behaviour of the background image into the section color both via desktop or mobile.
Actually on desktop i can see the fixed background how it should work, and here you can have a glimpse or what i’m designing.
The sections simulate a transparent panel moving on the background while scrolling
In the mobile version the background images are fixed but in the single color section, and the result is this
As you can see the background hasn’t the continuity it has on the desktop version.
How i can fix the background also in the mobile version?
Thank you
Hi bitinteractive!
I checked website in private content, but we need admin access, to be able to inspect the elements in question. Please provide us login details here as private reply, also provide us a precise link showing the background in question.
Cheers!
Andy
Hello Andy here you can find the access data
Hi!
you can control your background on mobile using this code inside of Quick CSS field:
@media only screen
and (max-width: 736px) {
div#av_section_2 {
background-size: 136% 100% !important;
background-position: -20px 0px !important;
}}
Adjust it as needed.
Best regards,
Andy