Squarespace 7.1 Folder Drop-down Width
Squarespace 7.1 folder drop-down has a default width of 200px. This may look too wide in some cases. We can adjust this by adding the following CSS code snippet.
// Adjust folder dropdown width .header-nav-folder-content { min-width: 90px !important; }