Can you please help us to move the menu button (3 dash) from middle to left or right top of the mobile screen? Currently it is displayed in the middle.
I believe I already answered your question through our support or customizations system, but for anyone else wondering the same thing, the following CSS should handle the change:
body #nav-toggle {
left: 1em;
right: auto;
}
Swap the two values for the right side of the screen.