Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #550277

    I’ve been searching and can’t seen to find the answer to the issue I’m having. If I’ve over-looked it, please forgive me and gimme a re-direct if you don’t mind.

    Anyway… I would like my header to behave as this page does. When you scroll down on the page the header stays at the very top of the page.

    Anyway… I’m working on a page (link below), and when you scroll down there is always a 25ish pixel gap between the top of the header and the top of the page where the background shows through after it scrolls up past the top of the header. I want to be able to have the header anchored all the way flush with the top of the page (shrinking or non) with no gap at all between (just like the top of this page behaves).

    http://www.ridgegatefinancial.net

    Any ideas…?

    #550429

    Hi micah360!

    You have iframes on the top of your header they are causing the issue. Please try de-activating all active plugins and undo the changes you made in header.php file to find the cause of the issue. You can also add following code to Quick CSS in Enfold theme options under General Styling tab

    body > iframe {
        display: none;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #550654

    awesome… thanks for the help!

    #550657

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘gap between the top of the header and the top of the page’ is closed to new replies.