Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160170
    adeptvisuals
    Participant

    http://www.adeptvisuals.com

    On my site, when I scroll down then back up there ends up being a space between the background image and the header. I would like that to not happen. Is there a way to fix that?

    Second- If you go to my site, you’ll wee it load with some animated text and a logo. There is a large gap between the top of the text and the header when it loads. Is there a way to have the top of the text close to the bottom of the header?

    THanks!

    #160200
    sapana
    Participant

    @adeptvisuals: /*To remove space between the background image and header*/
    Go to=>Appearance=> Customize=> Additional CSS and add the following CSS code.

    #fullpage {
        margin-top: 1px !important;
    }

    Let me know if this what you are looking for!!

    Kind Regards,
    Sapana

    #160273
    adeptvisuals
    Participant

    that did it! you are a huge help. Thanks!

    #160275
    adeptvisuals
    Participant

    any chance you know how to solve my second issue from the OP?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header gap after scroll down then up’ is closed to new replies.