The instructions in this video help you move the nav below the header.
I just want the code please
Open custom_functions.php in whichever editor you prefer, and type the following code:
// Move nav below header
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');


(3)