Hi the solution that worked for me was to include the following in my style.css file for the child theme:
.lang-item {
display: inline;
list-style: none;
}
However, still there is the problem that the flags are not centered inside the menu bar. How can I have them centrally aligned horizontally?