Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #615040

    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

    desktop

    In the mobile version the background images are fixed but in the single color section, and the result is this

    mobile

    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

    #617328

    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

    #617341

    Hello Andy here you can find the access data

    #617544

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.