Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #359157

    Hi
    In Responsive mode the RTL menu is positioned on the right hand side, over the logo.
    When the RTL menu is opened, the menu items are displayed over the red arrowheads.
    The red arrowheads in RTL should be pointing left. They are currently pointing right.

      How can I have the RTL menu bitton positioned on the left?
      How can I have the RTL menu items moved slightly to the left so they do not display over the red arrowheads?
      How can I reverse the RTL arrowheads so they point left

    iphone RTL responsive menu button
    iphone RTL responsive menu

    opened RTL responsive menu
    opened RTL responsive menu

    Thank you

    #359344

    Shalom Yory!

    Please add following code to Quick CSS

    .rtl #advanced_menu_toggle, .rtl #advanced_menu_hide {
    left: 0;
    right: auto;
    }

    Cheers!
    Yigit

    #359452

    Thank you, that fixed the menu button
    How can I have the RTL menu items moved slightly to the left so they do not display over the red arrowheads?
    How can I reverse the RTL arrowheads so they point left

    #359743

    Hi!

    Please add following code to Quick CSS as well

    .rtl #mobile-advanced li > a:before, .html_header_mobile_behavior .rtl #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before {
    margin-left: 0;
    margin-right: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

    Best regards,
    Yigit

    #362000

    Thanks a lot!
    That fixed the RTL menu items as well
    Great support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘RTL responsive menu positioning’ is closed to new replies.