Site logo

Archived topic

Adjust space between mobile menu items

5 replies · Started by Shawn on July 1, 2019

Viewing posts 1–6 of 6

I want to reduce the space between items in the navigation menu when viewed on mobile. Currently, the space is 85px. I changed it to 45px using this:

@media (max-width: 768px) {
.menu-toggle, .main-navigation .mobile-bar-items a {
line-height: 45px;
}
}

This doesn't work. I know I must have done something wrong. Please advise.

Thanks.

When I adjust menu item height, it reduces the size of the logo which I don't want any smaller.

That did it, thanks Leo.

No problem :)

This archived topic is closed to new replies.