Change Position of Secondary Nav
Use the snippet below to change the position of the secondary nav:
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' ); // Customize hook
Use the snippet below to change the position of the secondary nav:
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' ); // Customize hook