Buy me a coffee

How to add Dropdown menu in Squarespace

A. Single Dropdown Menu

#1. First, click on the Plus icon (+) in Not Linked or Main Navigation 

How To Add Dropdown Menu In Squarespace 01#2. Next, scroll down to the bottom and choose Dropdown

How To Add Dropdown Menu In Squarespace 02#3. Then, click ADD PAGE below the Dropdown to make your Dropdown menu items

How To Add Dropdown Menu In Squarespace 03B. Multi Columns Dropdown Menu

#1. First, you need to know this

How To Add Dropdown Menu In Squarespace 04#2. Use this code to Custom CSS box

div.header-nav-item:nth-child(2)>div {
    column-count: 2;
    column-gap: 5px;
}

How To Add Dropdown Menu In Squarespace 05#3. Result

How To Add Dropdown Menu In Squarespace 06C. Multi Levels Dropdown Menu

You can use Nested Menu Plugin

How To Add Dropdown Menu In Squarespace 07