I think the setting to be able to freeze the header is great and I know lots of sites do it. It’s a feature I really like, but with the theme my site works with, the header covers most of the page when frozen.
I only want to freeze the menu part of the header, so when I scroll down, I want the menu part to stay at the top, but the rest of the header gone.
I’m thinking about coding with this algorithm: check when the scroll hits a certain position (the exact position where only the menu is visible), then pin the element or somehow hold that position.
How could I implement this with Wix code? I’m really new to Wix code and the features that it offers.