Remove Spacing Between the Site Title and Navigation
What does this code do?
This code snippet will allow you to remove spacing between the site title or logo and main navigation. This is particular to the Squarespace 7.1 Layout that has the site title or logo and main navigation in the center like the image below.
Code Snippets
Copy and paste this code into Design > Custom CSS
/* Remove Spacing Between Site Title and Nav */ .header-nav { margin-top: 0 !important; }
How To Use It
Copy and paste the code as indicated above.