Get top nav to fit on one line
Appearance -> UberMenu -> General Setting, add this code to the bottom of the “Custom CSS Tweaks – Desktop box”
You can then change the padding of the 20px of the .ubermenu-target to get it to scrunch closer together.
.ubermenu-target {
padding:23px 20px 5px !important;
}
.ubermenu-submenu .ubermenu-target {
padding:5px 20px !important;
}