Menu Problem Firefox(RESPONSIBE PB)

Hello,
No issue on safari,but on firefox and chrome: menu disappear when resizing :
http://www.voixoffonline.eu
Many thanks

Hi @voixoffonline,

Thank you for your question.

On your site it is not displaying fixed because of the following custom CSS code that you are using on your site.

nav.fixed.scrolled {
    visibility: hidden;
    opacity: 0;
}

So to resolve the issue either remove the above custom CSS code from your site or try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

nav#site-navigation {
    visibility: visible;
    opacity: 1;
}

Best Regards,
Movin

I’ve removed this code and try to add another but still not working i think it is q problem with the “Search bar” !

Thanks for ur answer …

here’s the problem , tell me what u think
best regards

I can see on your site now the menu is working fine as shown in the attached screenshot.

Please advise.