Hello,
I’m using enfold in a RTL setup.
The mobile menu displays on the right side of the screen, overlapping the logo, instead of on the left side.
How can I fix this?
Thank you
Hey nsalts,
Thank you for using Enfold.
Did you add any custom css modifications in the theme? Please add this code in the Quick CSS field to fix the issue temporarily.
@media only screen and (max-width: 767px) {
.responsive #top.rtl #wrap_all .main_menu {
top: 0;
right: auto;
left: 0;
}
}
Best regards,
Ismael