Hi Toby
You can reduce the space between menu items at Customize > Theme Design > Main Menu > Link Right Margin
: https://purothemes.com/documentation/ultra-theme/customizer/theme-design/main-menu/#heading-link-right-margin-px.
To do what you’d like to do, try the following Custom CSS:
.site-header .site-branding-container {
max-width: 40%;
}
.main-navigation {
max-width: 60%;
}
That’s taken from your Custom CSS so it looks like you have this all sorted 🙂