How can I reduce the space between menu items on my site?

My current menu looks like this:

I was able to reduce the font size, now I want to reduce the spacing between the items so I can have the whole menu fit on one line.

Thanks!

The site is: https://sitinthecity.com/

.grid--table>.grid__item.header-menu .site-nav li {
    padding: 0 20px !important;
}

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your custom.css file and paste the following code below:

1 Like

Hii there. Would it be possible to reduce the space between items on this site? tiendacharros.myshopify.com

so that they would all stay in one line no matter the screen size? thanks!