milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
919 stars 196 forks source link

Topbar not dropping down #303

Open visiblefrank opened 9 years ago

visiblefrank commented 9 years ago

Thanks for viewing.

First attempt with reverie and foundation and cannot get dropdown menu to drop down. Was working originally and can't work what I did to stop it working. Where can I start looking for problems with this function?

Many thanks

Grahamhoare commented 9 years ago

Yes I get this problem every install, you have to put a line of code in that sais on hover of the top li the dropdown is visible, not hidden as in the standard setup, a real pain, the drop down should work automatically without tweaking a lot of people use it. .top-bar-section ul li.has-dropdown:hover .dropdown { visibility: visible;} regards G

visiblefrank commented 9 years ago

Thanks Graham!