CSS error display:hidden
-
Hi!
I had a problem where the menu on my website would disappear on mobile devices because of this plugin’s CSS. I found out that the problem was an interfering CSS selector in fe_style.css. At the far bottom there is:.hidden {
display: none !important;
}This let my menu disappear. I removed it and my grid still work fine.
This CSS selector seems to me a bit too broad…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS error display:hidden’ is closed to new replies.