Huw Rowlands
Huw Rowlands

Reputation: 591

WordPress Menu Dropdown Not Dropping down

For some reason I cannot get the drop down to appear on this site: http://a.dev200.com/cflow/ It works fine on mobile screen size, just not on desktop screen size. Can anyone help me out please?

Thanks

Upvotes: 0

Views: 58

Answers (1)

Corrado
Corrado

Reputation: 26

you have an "overflow: hidden" in "megaMenu" div.

Try to fix it or add this css code:

#megaMenu.megaFullWidth { overflow: visible; }

Upvotes: 1

Related Questions