Hi,
is it possible to sho the nested sidebar menu (i have 3rd level) completely expand. at the moment it only expands when clicking on the main menu point.
kr dirk
Hey schnippel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .widget_nav_menu ul ul{
display: block;
}
Best regards,
Josue
works great – thanks. is there a chance to expand only the 1st and 2nd hierachy from sidebar. at the moment it exand all (3rd)
Hi,
Try with this instead:
#top .widget_nav_menu > ul > li > ul{
display: block;
}
Best regards,
Josue
works – thank you very much!
You are welcome, glad to help :)
Regards,
Josue