Hi,
By default the menu opens from the right side. I need this to be the left side. How do I do this? I’ve seen some topics, but those were a few years back. So those codes don’t work anymore..
Found it. You can the following code to your CSS and it will appear on the left side.
.html_av-overlay-side .av-burger-overlay-scroll {
left: 0;
}