One page navigation anchor behind nav bar (PRO)

Hi,

I reported this allready one year ago but it looks like there is still the same problem with One page navigation the anchor goes behind the navigation bar so a part of the anchored section disapears behind the navi bar. Is there a solution yet?

In your example https://demo.theme.co/integrity-bands/ it look likes it is working correct but not in my case…

https://lapauline.nl/wp/

Regards, Carel

Hello Carel,

Thanks for reaching out.
Please add the following code to the Theme Options > JS and check if that resolves your issue.

window.csGlobal.csHooks.filter('hash_scrolling_offset', (offset) => {
return offset - 80;
} );

It’s due to the offset calculation while using the Sticky Bar and the One Page navigation. So, it needs to be adjusted using that JavaScript code. It has been already reported to our tracker for further investigation by our development team.

Hope it helps
Thanks

YES! Thank you!

You are most welcome, @cvdw.

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