Menu bar on mobile

Hi

The menu bar's height increases on mobile view by a factor of 4. I've isolated the css which forces it to 350px,  but my edited code doesn't seem to override it

YOUR CODE
@media only screen and (max-width: 767px)
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 350px !important;
}

EDITED
@media only screen and (max-width: 767px)
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 60px !important;
}

Can you help please? Thx


Comments

Sign In or Register to comment.