Hi,
I am trying to make my mobile menu smaller in height, but for some reason the code I found in this forum dosen’t quite do the trick. The is still some white space underneath the logo?
This is the code I found here.
/*Mobile menu 50% smaller*/
@media only screen and (max-width: 767px){
.mhs-mobile #mobile-top-text, .mhs-mobile #mobile-header, .mhs-mobile #mobile-header-sticky-wrapper {
height: 90px!important;
}
}
#mobile-logo a {
height: 90px!important;
}
#mobile-logo {
/*margin-right: 25%!important;*/
margin-top: -15px!important;
}
Any ideas?
/M