ヘッダーが追従の場合、少しずらしたいなど
add_filter(mwform_scroll_offset_mw-wp-form-xxx, function( $offset ) { return 100; // 100pxずらす、という意味になります。 } );