XF 2.1 When navigation item is selected, dropdown doesn't work?

Drayton Talk

New member
Hi all.

I have configured multiple navigation items and some contain dropdowns. However, when one item is selected which has a dropdown, the dropdown doesn't appear. Is there any way to still show the dropdown?

Cheers.
 
CSS:
.p-nav-list .p-navEl.is-selected .p-navEl-splitTrigger { display: block !important; }
this might force it to show the drop-down even after the selection
 
Last edited:
Top Bottom