Hi I found a css bug that affects the menu to be hidden between 767px – 989px if the menu is set to break at 990px in the theme settings.
This was my solution but I thought I should alert you guys so you can fix it in the next build.
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_header_top.html_header_sticky #top #wrap_all #header {
position: fixed;
}
}
Hey bitojoe,
Thank you for reaching out to us. I checked the issue you mentioned on my installation and the menu works as intended. The burger menu appears correctly.
This could be happening on your end because of a plugin conflict or a custom code. I’m glad you found a fix :)
Let us know if there is anything we can help you with.
Best regards,
Vinay