Strange behavior of menu with "Navigation Right"

I’ve set the header layout to use “Navigation Right”, next to a logo. It just doesn’t seem to use all available space and the menu wraps around. See http://nieuw.blyxum.net

How do I eliminate the unused space between the logo and the menu?

Thanks!

Tricky one, Tom! Give this CSS a shot:

.col-md-4 {
width: 25%;
}
.col-md-8 {
width: 80%;
}

Best,
Billy

Thanks for your quick reply, Billy. In desktop mode, it works, but if I resize to something smaller, undesirable things happen to the menu. If you’d like to see the effect: http://nieuw.blyxum.net/wp-admin

Hi Billy, for now, I’ve settled for limiting the amount of menu options. I’ll try to solve it later.