Link in menu jumps to ID instead of scrolling to ID

Hi
I have a situation where all my menu items scroll to the correct sections on the page apart from one which jumps to that section and is also partially obscured by the header.

While i was writing this post i solved the problem but i thought i would post anyway in case it helps someone in the future

The problem was being caused by the ID i had used. I didnt know that an ID couldn’t start with a number so the id i was using was 3dlam and as soon as i changed it to lam-3d the issue was solved

Hello @The_Capture_Factory,

Thanks for writing to us.

Great catch! Thanks for sharing the solution— IDs cannot start with numbers in HTML ( 3dlamlam-3d is the correct format). Thanks for sharing the information, it will be helpful for other users as well.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.