css - one class seems to block visibility of another? -
i'm using semplice theme on self-hosted wordpress-site , have problem displaying sub-menu.
i have quite poor css-knowledge, after hours of try & error have managed make disabled sub-menu re-appear again - @ least shows partly. according visual overlay of browser sub-menu items there, 1 of them gets displayed, rest seem blocked different class!? i've attached screenshot show mean?!
the submenu (vertical drowdown) sits under "units" , has 6 sub-nav items, 1 gets displayed, others seem be hidden (hidden) responsive menu?!
i've tried z-index no avail , i'm lost. appreciate this! here's site i'm working on: http://s363619762.online.de/
you have following style:
.navbar-inner { height: 131px; overflow: hidden; }
remove overflow: hidden;
, should work (this solution current problem, don't know it affects other places)
Comments
Post a Comment