If you are using the Genesis framework or any child theme from StudioPress, here's the code that you can use to move or reposition the navigation menu: Primary Navigation Menu /** Reposition the primary navigation menu */ remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( ...