Hi,
Use this custom css
@media (max-width: 992px){
body #sp-header #offcanvas-toggler.offcanvas-toggler-left {
float: right;
padding: 0;
}
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
float: left;
margin-right: 0;
}
Add this css code inside the custom.css file.
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
In Extensions>Template> Template Options > Custom Code > Custom CSS please add this
Thanks