Hamburger Menu on every Screen size

Hey there,

for a new site with X - I want to show the Hamburger Menu on every Screensize at top/right.

On another Post I found this Code

/* Enable Mobile Navbar on Desktop */
.x-navbar {
  text-align: right;
}

.x-navbar .desktop {
    display: none !important;
}

.x-navbar .x-btn-navbar {
    display: inline-block;
}

.x-nav-wrap.mobile.collapse.in {
  display: block;
}

.x-nav-wrap.mobile.collapse {
  display: none;
}

.x-nav-wrap.mobile {
  display: block;
}

So this works mostly fine. The only Problem I have is - the Dropdown Menu is always open now. When click on the Hamburger Icon - Dropdown closes for 1 sec. but immediately opening again.

What do I have to optimize, that the Dropdown is closed from the beginning and just opens by clicking the Icon?

Thanks for your advice
Andy / EIGENARTdigital

Hey there,

could you please give me Support to this?

This topic is 5 days old now.

Thank you very much and have a nice day.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.