Skip to content

Instantly share code, notes, and snippets.

@cdils
Created December 24, 2012 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdils/4370040 to your computer and use it in GitHub Desktop.
Save cdils/4370040 to your computer and use it in GitHub Desktop.
Genesis Framework: Move the header up before the main wrapper <div id="wrap">, add this to your functions.php. http://wp.me/p2Vyfh-fi
remove_action( 'genesis_header', 'genesis_do_header' );
add_action( 'genesis_before', 'genesis_do_header' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment