To move Mobile Overlay Menu to Left Side. From this.
To this.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.header-menu {
right: unset !important;
width: 70% !important;
}
[data-folder="root"]~div:not(.header-menu-nav-folder--active) {
opacity: 0;
}