After some updates, the horizontal superfish dropdown menus at the top of my page is no longer working in Chrome or Safari. It works fine using IE7. Anyone have any ideas of what might be wrong? Below is the site that I am referring too.

http://newcreationfulshear.org/

I have even tried a fresh install on drupal/openchurch on a seperate server and am getting the same issue.

Comments

Check your css mediaqueries

Check your css mediaqueries and the responsive.css. I changed the following and it worked:

#block-superfish-1 {
overflow: visible !important;
}

excellent. Thanks very much

excellent. Thanks very much it works now.