How can I adjust the spacing of links in my navigation?

Hi, I’d like to adjust spacing as shown in image attached, i’m unsure of what code to use for this. Please help!

PREVIEW LINK:

https://rexddw0vldovx4ws-10202578980.shopifypreview.com

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.sub-column-item .sub-column>li a {
padding: 5px 0!important;
}

Absolute legend! Thank you so much :slightly_smiling_face:

Kindly feel free to get back to me if you need any further assistance Thanks!

I have another small issue in one of my other threads for mobile view

www.tradervics.com.au

I do not know how to remove this spacing

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.h__top {
min-height: 0px!important;
}
.pt__10 {
padding-top: 5px!important;
padding-bottom: 5px!important;
}

Thank you so so much :slightly_smiling_face: !!!

Kindly feel free to get back to me if you need any further assistance Thanks!