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/
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:
Go to Online Store → Theme → Edit code
Open your custom.css file and paste the following code below:
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!