Tagged: menu, responsive, rtl
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.
iphone RTL responsive menu button
opened RTL responsive menu
Thank you
Shalom Yory!
Please add following code to Quick CSS
.rtl #advanced_menu_toggle, .rtl #advanced_menu_hide {
left: 0;
right: auto;
}
Cheers!
Yigit
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
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
Thanks a lot!
That fixed the RTL menu items as well
Great support!