Javascript For Hiding Page ID

Hello @soulluciani, I had the same issue, but without using any js.

I used advices from this topic and it worked perfect:
Getting Webflow's smooth scroll script to align correctly with fixed headers/navigation:

In short: Create a div and give it html tag HEADER in a settings panel. Make it fixed position. Move navigation inside this header and make it position relative or auto. Then browser will count bottom line of the header as a top line of the browser window.

1 Like