Forums
(@sdp49)
10 years, 3 months ago
Hi peegan,
Actually menu is not dissappearing but the slider you are using is hiding it because of higher z-index value.
You can fix this by adding a little css code liek this:
.main-navigation.toggled .menu { z-index: 99; }
Thanks!