Comments 20Hilke started the conversationJanuary 13, 2021 at 9:12amHello, 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![deleted] repliedJanuary 14, 2021 at 8:17amHi hilkes,I have tried a code to give you the idea if that works for you, please check this video:https://d.pr/v/kokM5LIf 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> 1 Like 20Hilke repliedJanuary 14, 2021 at 9:50amPerfect!! it`s working fine now!Thnx a lot1 Like Sign in to reply ...
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:
Perfect!!
it`s working fine now!
Thnx a lot