Main navigation menu drop down not working on desktop. Debut Theme

@mmdart

sorry for this issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
    or
  3. Go to Online Store->Theme->Edit code
  4. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
    or
  5. Go to Online Store->Theme->Edit code
  6. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second

i don’t know which file your theme use bt i’m sure this three commona

.site-navigation .navmenu-item:hover .navmenu-submenu {
    display: block;
}