Tagged: enfold, sidebar, ubermenu, vertical menu
Hey Enfold support!
You helped me with a great issue a while back getting ubermenu to show properly in a vertical sidebar.
https://kriesi.at/support/topic/sidebar-overflow-is-hidden/
It works great. That is until I added a new section to the menu. That is still hidden. I can’t seem to figure out enough of what you did to get the new “production support” menu item to add as well.
Working overlays – http://amediapro.com.s62194.gridserver.com/gear-rates/cameras/cinema/canon-c500/
Non working overlays – http://amediapro.com.s62194.gridserver.com/gear-rates/production-support/recorders/aja-ki-pro-quad/
Any thoughts?
Thanks!
Hey!
Thank you for using the theme. The z-index fix is not working like before so please add this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px) {
#top #main .sidebar_left .sidebar {
width: 269px;
}
}
#top #main .sidebar_left .sidebar {
position: relative;
z-index: 100;
overflow: visible;
float: left;
width: 239px;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top #main .sidebar_left .sidebar {
width: 182px;
}
}
Regards,
Ismael
Hi Ismael!
Thanks for the help. I added your code to the quick CSS and it absolutely fixed the menu overlay. So thanks for that!
It does seem to have added a second vertical line to the side bar. Any ideas? http://imgur.com/yDPfHPR
Thanks!