Home › Forums › Theme support › Browser Issue › Reply To: Browser Issue
Hi,
it seems there is a javascript problem with the jQuery menu plugin. Please try this: go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
li:hover ul.sub-menu {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
overflow: inherit !important;
}
This css code should solve the problem