Navigation sub-menu won't stay open when trying to hover on it for Travelify

Hi,

I have not done any major editing to the theme or css from my knowledge that should cause this.

Please visit: justdab.org

You will see when you hover over shop it acts very funky.

Please advise!

Sincerely,
Conner

These are your own errors in code that causes these problems. You can fix it by reinstalling theme to find what you did wrong or just use this code to push submenu up. This code can be used via Appearance >> Theme Options >> Other >> Custom CSS.

#main-nav ul li ul {
  top: 32px;
}