Home › Forums › WoodMart support forum › Dropdown Navigation not working › Reply To: Dropdown Navigation not working
August 7, 2018 at 6:55 am
#71460
Elise Noromit
Member
Hello,
The reason is here http://prntscr.com/kflqjh this CSS displays the drop-down incorrectly. You need to use this correct code:
.woodmart-navigation .item-level-0.menu-item-has-children {
position: relative;
}
Best Regards