HI~
The menu will open in right side on mobile mode, like
https://screencast.com/t/uOBadTWtM
can we change the menu to right side?
Thank you for your help.
Hey decode,
Please try the following in Quick CSS under Enfold->General Styling to place the mobile menu on the left:
@media only screen and (max-width: 767px) {
nav.main_menu {
left:0 !important;
}
}
Best regards,
Jordan Shannon
Thank you for your help, the css is work well.
Can I change the hamburger menu to left side
and change search icon to right side in mobile mode?
like
https://screencast.com/t/ILkTDdwh4LOg
thank you
Hi,
Please provide a URL to the site so we can look into this further.
Best regards,
Jordan Shannon
please help me, thank you.
Hi,
Sorry for the late reply, when I looked at your site I didn’t see the search icon that you wanted to move to the right, can you enable it so we can test?
For having your burger menu open on the left, I see right now it’s sliding across the screen, please try this css instead to have it appear on the left side:
.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