Archived topic
mobile menu won't close
5 replies · Started by Gem on March 1, 2018
Viewing posts 1–6 of 6
Hi, Can you please help, the mobile menu opens ok but will not close on click.
Kind Regards,
Gem
I fixed this with the following CSS
@media (max-width: 768px){
.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle{
display: block;
position: relative;
z-index: 999;
}
}
Ok glad you figured out!
Thanks for your help Leo :D
It's all you :)
This archived topic is closed to new replies.