Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cobaltapps/6151453 to your computer and use it in GitHub Desktop.
Save cobaltapps/6151453 to your computer and use it in GitHub Desktop.
Making your Genesis Primary Menu Fluid by "breaking it out" of your main site container.
/* Fluid Primary Menu (Below Header) */
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before', 'genesis_do_nav' );
/* end Fluid Menus */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment