Thanks,
I don’t like to change theme files, in anticipation of the Skope update.
But I was able to do it using the following in the custom functions file
remove_action(‘genesis_after_header’, ‘before_after_wrap’);
add_action(‘genesis_after_header’, ‘before_after_wrap’,1);