Elementor JS Hook for Scroll Offset.

PHOTO EMBED

Tue Oct 31 2023 10:45:29 GMT+0000 (Coordinated Universal Time)

Saved by @fostira #wordpress #elementor

jQuery( function( $ ) {
	// Add space for Elementor Menu Anchor link
	if ( window.elementorFrontend ) {
		elementorFrontend.hooks.addFilter( 'frontend/handlers/menu_anchor/scroll_top_distance', function( scrollTop ) {
			return scrollTop - 30;
		} );
	}
} );
content_copyCOPY

Increase the number to increase the offset.