Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hello,
When I get to an anchor link the top part of the element stays behind the menu.
How can I get it down without adding a lot of free space in the layout?
Thank you!
Hi hilkes,
I have tried a code to give you the idea if that works for you, please check this video:
https://d.pr/v/kokM5L
If this is the solution you want, then add the following code in Theme Options > Other Settings > Custom JavaScript > Footer JavaScript:
<script> jQuery( document ).ready( function() { Kalium.Hooks.addFilter( 'ScrollToElement.scrollTo.offset', function( offset ) { return offset - Kalium.Header.Sticky.getStickyHeight(); } ); } ); </script>Perfect!!
it`s working fine now!
Thnx a lot