Here’s how you can resize the header:
1. Go to WP Admin -> Appearance->Customize->custom css
2. Add the following CSS
Code:
nav .menu li a{ padding-top:20px !important; padding-bottom:20px !important; } header #searchicon{ padding-top:15px !important; padding-bottom:15px !important; }