• WP Custom Admin Bar seems to be working OK with 3.8.1 other than the menubar height gets set to 28px whereas the menubar height in WordPress 3.8+ is now 32px.

    You can hack this by modifying the file custom-admin-bar-functions.php. Change the lines from:

    echo "html { margin-top: 28px !important; }
    * html body { margin-top: 28px !important; }";

    to:

    echo "html { margin-top: 32px !important; }
    * html body { margin-top: 32px !important; }";

    https://wordpress.org/plugins/wp-custom-admin-bar/

  • The topic ‘Works OK with 3.8.1 other than menu height’ is closed to new replies.