Skip to content

Instantly share code, notes, and snippets.

@peltopiri
Created May 26, 2023 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peltopiri/245ed90e67f11a8a56bc4e7deacd23d0 to your computer and use it in GitHub Desktop.
Save peltopiri/245ed90e67f11a8a56bc4e7deacd23d0 to your computer and use it in GitHub Desktop.
Kadence theme, set scroll to anchor offset when using fixed header element
/***********************************************************
* 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