Well, to be fair, take a look at the entries in your menu. You have 11 extra put there by plugins. I set break points to accommodate 3 extra from the standard. There is no way to tell how many plugins a user adds to their WordPress install, which of those add menu entries (not all do) and how many characters those menu entries contain.
For instance, “Thrive Slideshow” is relatively long, as menu entries go. If I set break points for this many, that are this long, for all users, then there will be a lot of wasted vertical space between the menu and the page title for users who have a far shorter menu.
Alternatively, you could set Ozh’ Admin Drop Down Menu to icons-only, which would then fall well with in the current break points but, seeing as how Thrive hasn’t thought far enough to create unique icons for each of their plugins/entries, that isn’t a solution.
Also, Thrive may have an issue with other menu entries. “Thrive Leads” is stepping on WP-SEO’s entry. Why all of them are not together is a mystery.
Does Thrive have to put each of those as top-level? Are there huge drop-downs under all of them? Is there any redundancy? Is consolidation an option for them… ‘cuz, wow. One efficient approach to all of this is for Thrive to consider a hierarchical fly-out sub-menu for each of the entries that now load a separate header into the menu; but all under one main header. Problem solved and way more usable.
In order to develop new code that would accommodate the aggregate length of this many entries, I would have to develop a way to artificially lengthen the menu. Not impossible, I suppose.
I’m open to ideas but, unless someone can come up with a way to sniff the sheer number of plugins installed that add menu entries AND determine how long each entry is, this is as good as it gets for a universal situation. I could increase the default break point widths but, then, I’d get users wondering why there is so much blank area above the page content way earlier than when the menu wraps.
There may be a possibility of sensing when the menu has wrapped, and then wrapped again, and then wrapped again, and then wrapped again. It would take adding Javascript or PHP in order to do it. I’ll think on it…
I do strive to get things as perfect as possible. That’s why I wrote the plugin. ??
BTW, seeing as how “Admin Menus Fixed” is the problem, it may be better to post these in my Support area. Ozh doesn’t write this code; only that of “Ozh’ Admin Drop Down Menu”.