Site logo

Archived topic

menu line height in mobile

3 replies · Started by Iñaki Mansilla on February 24, 2017

Viewing posts 1–4 of 4

Hi All.

I have in http://www.imasdcycling.com:

.main-navigation .main-nav ul li a {
line-height: 80px;
}

But I need line-height: 30px; for the mobile menu li when is contracted, so I have:

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

But these doesn´t seem to work for me... Any Ideas??...

Thanks!!.

Hi Leo.

It works like a charm!!.

Thanks for your help.

You're welcome :)

This archived topic is closed to new replies.