Change vertical space between Navigation dropdown

To change vertical space between Navigation Dropdown Links.

You can use this code to Custom CSS box.

div.header-nav-folder-item:not(:last-child) {
    margin-bottom: 30px;
}

Result

1 Like