Question:
I set a menu to freeze at the top, and have anchor nav elements on the page. When I click a nav, the page scrolls down to the element but it’s hidden under the frozen header. How to fix?
Product:
Wix Studio
What are you trying to achieve:
I just want to click an anchored nav item and have the item scroll into view, but right now it scrolls to UNDER the frozen menu. It needs some kind of offset.
What have you already tried:
OOTB navigation and freeze menu. Nothing else as there aren’t any settings I see to create a kind of offset to account for the vertical space the menu takes up.
You can’t reliably add padding or add invisible box to anchor things too because the size of the header will be different due to responsive breakpoints. It needs to be offset by the CURRENT HEIGHT of the header at any given moment, any given design.
Can we get this fixed?