Change mobile menu spacing

To change mobile menu spacing, you can use this code to Custom CSS box

div.container.header-menu-nav-item {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

result