Please assist. I installed the Eikra theme, and now the mobile menu only shows one bar, and the top bar does not work on mobile.
When I insert the code below, the top bar for mobile will function and the desktop Menu will disappear.
@media all and (max-width: 91px) { .topbar-style-5 #tophead .tophead-left { display: none!important; } }
div.container.masthead-container {
display: none!important;
}
.mean-remove { display:inline!important; }