Created
May 26, 2023 07:01
-
-
Save peltopiri/245ed90e67f11a8a56bc4e7deacd23d0 to your computer and use it in GitHub Desktop.
Kadence theme, set scroll to anchor offset when using fixed header element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************************** | |
* Scroll to anchor offset when using custom fixed header | |
************************************************************/ | |
add_filter('kadence_scroll_to_id_additional_offset', function() { | |
return 100; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment