Thank you very much for your help,
Any idea how align the language flags also to left when select Arabic. Currently it move slightly to the left but not all the way?
This CSS codes is placed in the Custom CSS
.qtrans_language_chooser {
list-style-type:none
}
.qtrans_language_chooser li {
float:Left;
margin-right:6px;
margin-left:6px;
margin-top:10px
};
thanks