when I use the menu in a condensed (responsive) state e.g. at a viewport width about 320 px
then the menu items are only visible when You click at the "menu-toggle-icon" (called "menu-toggle-icon" in the code), the symbol for the menu which looks like three horizontal bars, similiar the UTF8-Entity "≡") , usually on the right sight of the word "MENU":
MENU ≡
Now my client wants this icon to appear at the left side of the word "MENU", not at the right side:
≡ MENU
What is the best way to get it there? In the backend you can't change the position of it from the right to the left side.
In addition he wants a search box in the small (320px) view at the right side, but thats another task ...