Home › Forums › Design › Keeping left-nav menu expanded › Reply To: Keeping left-nav menu expanded
November 7, 2016 at 3:53 pm
#247614
Participant
Oops, made a typo…
.current_page_ancestor ul.sub-menu {
display: block;
}
The CSS rule from the other thread should work as well by the way, the list of classes is so long on that element that Firefox wasn’t showing .current-menu-parent
directly (but it’s there as well).