Navigation Links Spacing
Description
Adjust the spacing between navigation links and avoid the header’s universal spacing. This plugin uses css editor and works with Squarespace 7.1.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Navigation Links Spacing // .header-nav-item a { margin: 0px 10px !important; }
Customize
Adjust the margin px values to your liking. The higher the px value = the more spacing between each link.