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.
Does anyone have a solution?
Have a great day,
Sebastian
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.
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! ![]()