Change Position of Primary Nav
Use the snippet below to change the position of the primary nav menu:
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' ); // Change hook
Use the snippet below to change the position of the primary nav menu:
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' ); // Change hook