Drop-Down Menue disapears in mobile mode

Hello people

I have the problem that the language selection in the footer works as a drop-down menu on the desktpsite.
But as soon as I go to mobile mode, the drop-down menu is hidden.

www.hiryze.de

Does anyone have a solution?

Have a great day,

Sebastian

Hi @hiryze ,

Go to Assets > base.css and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
  .disclosure__button {
    display: flex !important;
  }
}

Hope it helps!

Great!
It is working well, thank you so much! :smiley: