I am working on a custom Navigation bar that is used within a strip. I don’t have it attached to the header as I want it to overlap the page contents.
The header is frozen to the top of the screen so when I scroll down and hover over an item to show the custom drop down, it is stuck to the top of the page…
Is there away I can pin the strip to under the header with code or something?
really do not want to use wix built in navigation bar.
Hi Scott,
You can add 2 strips to your page- one with the design of your header and another one with the custom navigation, pin them both to the header and use the show and hide function to show the relevant strip (you can use the onViewPortEnter and onViewPortLeave to determine which strip to display.
I understand what you are saying but what I am trying to do is have this navigation strip display over the main page contents. Not all inside the header.
Seems Strip cant be pin within the page body just like box. Strip has full width which it does automatically fit to any computer screen size unlike box.