 
	
		
		
		
		
			
Hi,
I am using the theme with RTL website please advise how can I make the header look good on mobile.
thanks in advance ‘
Yoni.
Hey yonie81,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
  .responsive #top.rtl #wrap_all .main_menu {
    left: 0;
  }
  .responsive #top.rtl #wrap_all .main_menu .avia-menu.av-main-nav-wrap.av_menu_icon_beside {
    border-left: 0;
    border-right: solid 1px #e2e2e2;
    margin-left: 0;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 25px;
  }
  .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}Hope it helps :)
Best regards,
Nikko
