Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Last active January 21, 2018 16:55
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 hellofromtonya/ed90ca53cde7bd4987a593823d9fec99 to your computer and use it in GitHub Desktop.
Save hellofromtonya/ed90ca53cde7bd4987a593823d9fec99 to your computer and use it in GitHub Desktop.
Beans - Relocate the primary navigation menu below the site header.
<?php
// Relocate the primary navigation menu below the site header.
beans_modify_action( 'beans_primary_menu', 'beans_header_after_markup', null, 10 );
beans_remove_attribute( 'beans_primary_menu', 'class', 'uk-float-right' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment