• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 03.10.22, 14:53
  • Opened by: Stefano
  • Closed by: Fred
  • Closed on: 10.10.22, 18:34
  • Reason: Closed
  • Comment: Glad to help!

Ticket #23797 - Issue #3 - Sandwich menu icon hidden when opening menu

HI,
in mobile/tablet view, opening the menu (tapping on the sandwich icon) the sandwich the icon disappears probably because it is covered by the menu itself…

See this screenshot:

Could you, please, help me to fix this issue?

Comments

Stefano 03 Oct 2022, 14:55
Fred 03 Oct 2022, 22:38

Please try this CSS fix

@media (max-width: 1024px) {
  #top-menu {
    margin-top: 40px !important;
  }
}
Stefano 10 Oct 2022, 18:10

It works, thank you!
You can close the ticket.

Fred 10 Oct 2022, 18:34

You are welcome!