I use GeneratePress Pro with Elementor on a school site.
I want the menu to be sticky. It’s fine, except that when I scroll the page, the menu disappears after about the middle of the page. Where is my error?
seen this a couple of times, where some other plugins jQuery is effecting the sticky element – which is troublesome to fix. Can you disable the Sticky Navigation and try this CSS solution instead:
Aah should have spotted this before, you have some CSS that i assume is for forcing short pages to fill the screen so the footer always sits at the bottom of the screen. This CSS:
html,
body {
height: 100%;
}
Change the height to a min-height property.
Should be able to remove the CSS and resume using the Sticky Nav.
I had this same issue and found it was an embedded BBB Seal that was causing trouble. It was adding CSS to the html,body. So I added this to the Additional CSS and that fixed it right up.