My website is working fine on Internet explorer is still fine. Here is a print where you can see the top menu.
However, on Chrome the top menu has disappeared. Instead I have this red bar and must click the “MENU” button to see the top menu…(before it was working fine on Chrome):
Any ideas why this may be happening?
Kind regards
Advertisement
Answer
Your element body > div.slicknav_menu.hidden-lg
has the CSS class hidden-lg
that comes from Bootstrap which triggers { display: none; }
after a screen width of >=1200px
So there is no issue with your website