Remove Second Line Header Wrapping in Squarespace
Fix centered header wrapping with this custom CSS:
/* No Wrap Navitation Links*/
.header-title-nav-wrapper {
flex:1 0 80%
}
.header-layout-nav-center .header-nav {
width:100% !important;
flex:1 1 100%
}