Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter NetMonkey

    (@headmonkey)

    Okay, I figured that out. It was a table css problem. But now, how do you remove the name of the scroller appearing on the image?

    Thread Starter NetMonkey

    (@headmonkey)

    I figured both out myself. The following css fixed the table and name of parallax appearing on my image problems:

    table {
        position: relative;
        width: 100%;
        border: 0px !important;
        border-spacing: 0px;
        line-height: 18px;
        margin: 0px 0px 22px;
        text-align: left;
        border-collapse: separate !important;
        }
    #parallax_794 {
    color:  rgba(0, 0, 0, 0.0) !important;
    }

    I hope this helps anyone having a similar problem. Enjoy!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parallax scroll image has 2 vertical lines’ is closed to new replies.