Remove Second Line Header Wrapping in Squarespace

Fix centered header wrapping with this custom CSS:

Copy Code Example
/* 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%
}

    
Previous
Previous

Add a Colored Hover Effect to Header Navigation

Next
Next

Image Rotate Hover Effect in Squarespace