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

  • It seems it is only a partial fix, since the menu turns responsive at higher resolutions sometimes
    (for example, when the menu does not fit the screen)

    When that happens, the menu option is not used at all.

  • Hi,
    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
  • The theme has left/right options - which don't work at all under RTL.

    That means the menu is always shown to the left, I can't fix that with regular CSS - that would make the menu stay static and not dynamic..

  • The menu has only right/left option for the menu in mobile options.
    You have to go to theme options>responsive>header and choose the minimalist option first for mobiel to choose the side.
    thanks
Sign In or Register to comment.