menu for mobile does not align

edited November 2017 in Menu / Mega menu
Hi
I aligned for my logo to be on the right but it goes to left anyways (for mobile and small screen devices)! my site is RTL: https://goo.gl/fkLCwz  
and it seems it does not care about most of the settings of the panel for responsive menu! 

Please help
thanks

Comments

  • also when checking, please notice that the menu items show well when menu is on top but when you scroll down, menu text items are cut from sides and are not shown completely
  • Hello,
    we will check it. Until we fix it please use this custom css
    @media (max-width:767px){
    .rtl #Top_bar a.responsive-menu-toggle {
    left: auto !important;
    right: 20px !important;
    }}
Sign In or Register to comment.