PenciDesign replied
Hi,
You can try add more this code to Customize > Custom CSS to do that:
#header .inner-header .container{ display: none; }
#header .inner-header:before{ content: ''; display: block; padding-bottom: 50%; }
Change value 50 on above code to any value as you want.
Best Regards,
PenciDesign