Split Navigation Update for Squarespace 7.1
Split your main navigation into two sections on either side of your logo using the customizable CSS code.
// SPLIT NAVIGATION
.header-nav {
position: absolute;
top: 0px;
bottom: 0;
margin-top: 0!important;
margin-left: 0px!important;
}
.header-nav-item:nth-of-type(3) {
margin-right: 340px!important;
}
.header-title-logo a {
z-index: 1000;
position: relative;
}
.header-display-desktop .header-title {
flex: 0 0 40% !important;
z-index: 999999999;
}