css - WordPress Menu Dropdown Not Dropping down -
for reason cannot drop down appear on site: http://a.dev200.com/cflow/ works fine on mobile screen size, not on desktop screen size. can me out please?
thanks
you have "overflow: hidden" in "megamenu" div.
try fix or add css code:
#megamenu.megafullwidth { overflow: visible; }
Comments
Post a Comment