Align navigation menu

Good night guys, I need your help, could I align this navigation menu and leave it a little close to the header?

take out the white space

I use refresh theme

https://www.behumblee.com/

Pass-Humblee3030

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.navigation-type1 ul.list-no-bullet {
display: flex;
gap: 25px;
padding: 0;
margin: 0;
}

hi , can you do for mobile view pls ?