Decrease the height of menu and logo area


I want to edit the logo and menu area and decrease its height, please provide me with a css code for that
https://astridgaming.com/

Hey there

Here we go:

.site-branding {
    padding-top: 0px;
    padding-bottom: 0px;
}

Let me know results or if you want to make changes to other areas :slight_smile:

Regards