Main Navigation has dissapeared from my site on mobile devices

Hi there, when I view my site on ipad and mobile phone the Main Navigation Menu does not show up. When I view it portrait style on ipad mini it just disapears as if it has run out of space. Looks like the menu is non responsive for some reason. Can you help? thanks

Hello @dunster72,

This is quite strange on why the menu does not appear, try using this CSS code to fix it:

@media only screen and (max-width: 992px){
.open-responsive-menu {
display: block !important;
}}

Let me know if it is working as supposed.
Regards

Thanks guys looks better now