Skip to content

Instantly share code, notes, and snippets.

@andornagy
Last active December 15, 2015 15:29
Show Gist options
  • Save andornagy/5282208 to your computer and use it in GitHub Desktop.
Save andornagy/5282208 to your computer and use it in GitHub Desktop.
<?php
function move_admin_bar() {
echo '<style type="text/css">
#subnav { top: 28px; }
</style>';
}
add_action( 'admin_bar_menu', 'move_admin_bar' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment