How to remove the wrapping on centred navigation for Squarespace websites
This piece of Squarespace CSS code is pretty handy and removes the wrapping from your centered main navigation bar on desktop. Basically it means your menu items stay on one line.
It’s simple to use - just copy the code below in red then navigate to your Custom CSS panel and paste it in.
header#header nav {
flex-wrap: nowrap;
}
Thats’ it - your menu items now stay on one line.
Hope it helps,
Ollie