How to change Hamburger icon to left
Please add this CSS code
@media (max-width:1200px) {
.vehica-logo {
left: 60px;
position: relative;
}
.vehica-mobile-menu__hamburger {
position: absolute;
left: 0;
}
.vehica-menu-icon {
transform: none!important;
}
}
You can read how to add CSS code to all your pages here: How to add CSS code that is future update compatible
It will be displayed like this