tobywan Apr 30, 2017 · 1:55 pm #6469
I’d like to reduce the space to the right of the header logo so it won’t go to 2 lines before it collapses. Can’t seem to find that setting.
I’d like to reduce the space to the right of the header logo so it won’t go to 2 lines before it collapses. Can’t seem to find that setting.
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 🙂