Skip to content

Instantly share code, notes, and snippets.

@gspice
Created March 9, 2018 23:49
Show Gist options
  • Save gspice/8025b797e36e37b1ee72561765ddaef9 to your computer and use it in GitHub Desktop.
Save gspice/8025b797e36e37b1ee72561765ddaef9 to your computer and use it in GitHub Desktop.
Move primary navigation up to the header
//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_header', 'genesis_do_nav', 12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment