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/6151461 to your computer and use it in GitHub Desktop.
Save cobaltapps/6151461 to your computer and use it in GitHub Desktop.
Making your Genesis Secondary Menu Fluid by "breaking it out" of your main site container.
/* Fluid Secondary Menu (Below Header) */
remove_action( 'genesis_before_header', 'genesis_do_subnav' );
add_action( 'genesis_before', 'genesis_do_subnav' );
/* end Fluid Menus */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment