I activated the mobile menu for tablets with this code, that I found in this support forum:
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
The problem I have is that it works fine but the button to open the menu with its menu items doesn’t show up like at the smartphone…
Can you help me with that?
my-transformance.de