Dear Annette
@afb
The menu bar will hide when scrolling down and appear when scrolling up or with Mouseover, im sure you have seen these settings within Customize >
However there is no option for "hitting" page bottom & this would need to be custom coded by you, i can set you in the right direction though! š
The Menu bar disappears when the Class hidden is added to it. Here you can see the difference in the HTML Code:
The Menu is visible:
[image: 1646866191415-screen-shot-2022-03-10-at-11.46.03-am-resized.png]
And the menu hidden ( noticed class: hidden is added to the element ):
[image: 1646866236252-screen-shot-2022-03-10-at-11.45.56-am-resized.png]
Therefore you would want a piece of code (jquery) saying: "When the user is at the bottom of the page -- ADD the class "Hidden" to the .navbar element"
https://laytheme.com/documentation/custom-javascript.html
https://stackoverflow.com/questions/35657183/add-remove-class-when-close-to-bottom-of-page
Hope this helps Annette & have a wonderful day āļø
Richard