Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422723

    JordanColston
    Participant

    To whom it may concern,

    We are having issues with the Parallax Scrolling on our site. As you can see from the link below, if you scroll down the page with the photo of the caucasian male, before it reaches the bottom of the text, white space shows up beneath the image.
    http://findyourvision.jp/demo-about-chris/

    I have look around the forums and have tried several pieces of code, all to no avail. Any help would be greatly appreciated.

    Sincerely,
    Jordan

    #1422724

    JordanColston
    Participant

    A closer example is the attached screenshot.

    Thank you in advance,
    Jordan

    #1422725

    JordanColston
    Participant

    Screenshot didn’t upload properly. Let’s try this.

    #1423086

    Rupok
    Member

    Hey Jordan,

    It looks like this on my end – http://prntscr.com/epidzv

    So it seems fine as I can’t see such issue.

    Thanks!

    #1423589

    JordanColston
    Participant

    Dear Rupok,

    Thank you for your reply.

    We did try this on several computers in our office, and this consistently showed up, so even if it’s fine on your end, I would like to know why this is occurring, on what platforms it displays like this, and if there’s any way to rectify it.

    Sincerely,
    Jordan

    #1424065

    Thai
    Moderator

    Hi There,

    To fix this issue, please try adding the following CSS under Customizer > Custom > Global CSS:

    .page-id-1691 #x-section-4 {
        background-size: inherit;
    }

    Hope it helps 🙂