http://hadimosque.com/ar/
when we try to change the language to arabic, the logo move to right but it overlaps menu.
.translated-rtl #hornav {
float: left;
}
.translated-rtl .logo {
width: auto !important;
}
.translated-rtl #search {
left: 10px;
right: auto;
}
#hornav, #subMenusContainer a {
:lang(ar) #hornav {
float: left;
}
:lang(ar) .logo {
width: auto !important;
}
:lang(ar) #search {
left: 10px;
right: auto;
}
:lang(ar) #socialmedia {
left: 10px;
right: auto;
}