How to make spacing of my header same as my footer

Hello, I have a vertical menu and I would like to adjust the spacing of my menu similarly to my footer menu page. Here’s a photo for reference:

PW: CollectionThree

Hi,

You can add the following code to your base.css file

Go to online store

Edit code

Open base.css file

Paste the below code then save

.header__menu-item {padding-bottom: 0px !important;}

adjust the 0 value until you reach the target you want.

Let me know if it work by accepting this as a solution.

Thank you Natasha! It worked