(Squarespace) Reduce space between dropdown items (Mobile)

You can use this code to Website > Website Tools > Custom CSS

[data-folder="root"]~[data-folder] * {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

2 Likes