RTL Fix for mobile menu
Hey,
Please fix the mobile menu in your theme.
HEADER MINIMALFOR MOBILE HEADER: MINIMAL
Under "options" it doesn't work properly, the menu icon is always shown on the left instead of the right.
The proper fix is:
@media only screen and (max-width: 1239px)
.rtl #Top_bar a.responsive-menu-toggle {
left: 0;
right: 20px;
}
Comments
yes and that is correct since it is RTL. Normally it is on the right side and the logo is on the left. In RTL it is switched. If you want it to display a different way then use that custom css.
thanks
You have to go to theme options>responsive>header and choose the minimalist option first for mobiel to choose the side.
thanks