Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #407311

    Hello and thanks for constant support!
    We were wondering if it was possible to add a full-width, full-screen background image to our testimonials page https://aquaquestonline.com/testimonials/ here (without any slider at the top) and then have the content scroll with the background fixed. We tried applying the background-image CSS to body on this page but didn’t do the trick…

    Thanks,
    Gear Out Here

    #407572

    Hey gearouthere!

    You could use a color section element for this. You can set a background image to the color section and set it to fixed and then add the testimonials inside it.

    Cheers!
    Elliott

    #408359

    Hi Elliott, thanks for your answer! your advice seems to work great on Firefox, but the background works funny in Chrome: it wants to scroll with the page and then breaks, have a look here: https://aquaquestonline.com/testimonials/ … am I doing something wrong or is there maybe another way to make the fixed background?

    Thanks,
    Gear Out Here

    #408680

    Hi!

    Please try to disable the minify settings then test the page again.

    Cheers!
    Ismael

    #410642

    Hi Ismael, hmm the issue still seems to persist when I turn off HTML , JS and CSS minification…

    Thanks,
    Gear Out Here

    #411199

    Hey!

    Try adding this to your custom CSS.

    
    html #top #wrap_all { position: static; }
    @media only screen and (max-width: 767px) {
    #wrap_all { position: relative !important; }
    }

    Regards,
    Elliott

    #411201

    Hi Elliott, the image is still broken.. It looks like a browser-specific issue, works perfectly in Firefox, doesn’t work in Chrome..

    Thanks,
    Gear Out Here

    #411788

    Hey!

    I checked your website in Chrome and Firefox. Both look the same to me. Background image seems fine. Could you fix it? If not please clear browser cache and make sure to use newest browser version.

    Best regards,
    Andy

    #412432

    Hi Andy, thank you, it’s working great now! thanks to you and Ismael for support!

    Gear Out Here

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full-width, full-screen background image on a particular page with content scrol’ is closed to new replies.