Anchor tag offset

Hi @mhyusi,

The issue is stemming from your navbar being set to position: sticky, here’s a demo: Screen Recording 2022-05-23...

I’d recommend checking out this post: Sticky Nav not working with in-page linking - #2 by vincent

You can also see in the recording that the first time I tried it didn’t work properly, that is related to the image load - you can set to load: eager to fix this issue.

Hope this helps!