Resolved

Reduction of Space to the right of Header Logo

Ultra Theme started by tobywan Apr 30, 2017 1 reply
Andrew Misplon Puro Apr 30, 2017 · 6:44 pm #6470

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 🙂

2 posts