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

    (@fong_kah_chun86)

    my codes were:

    <p>?</p>
    [parallax-scroll id="xxxx"]
    <p>some text</p>
    [parallax-scroll id="xxxx"]
    <p>New paragraph</p>
    [parallax-scroll id="xxxx"]
    <p>New paragraph</p>
    [parallax-scroll id="xxxx"]
    <p>New paragraph</p>

    I had a problem like this,

    It had a huge gap around it. It was defaulting the heading with a padding 20. So I did this,

    .parallax-header {
            padding: 0px !important;
    }

    Problem was fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wide gap after first parallax image’ is closed to new replies.