Issue with jump links

I have described this issue before and it appears across multiple sites. When setting a button to use a jump link (#example), it pushes past the content it is set at. I have never had this issue with your theme before.

Please see the page example and credentials in the secure note I have attached to figure out how we can fix this. Thanks.

Hello @trunorth,

Thanks for reaching out.

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.

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 - 55;
} );

Hope it helps.
Thanks

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