Can the flyout menu be on the left side of the site rather than the right?
Hey Dogmut,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.html_av-overlay-side .av-burger-overlay-scroll {
right: auto;
left: 0;
}
.html_av-overlay-side .av-burger-overlay-scroll {
-webkit-transform: translateX(-10px)!important;
transform: translateX(-10px)!important;
}
.av_font_icon.av-icon-style-inline {
float: none!important;
display: inline-block!important;
vertical-align: middle!important;
margin: 0 8px!important;
}
Best regards,
Mike
That’s great thank you.