Hello Bill,
Since I tried WPML plugin and found it very complicated for me, I have switched to Polylang which is easier to use for me and looks a little bit more lightweight.
Anyhow there is a widget for flags, and I would like to put that widget on top of the menu, and under the logo. Sorry I know I had the same question for WPML and you helped me before, but somehow I am not able to do the same thing with new plugin.
While I am positioning that widget in section under the logo, I would like to align the flags horizontally. This is what they say in Polylang documentation:
How to display the widget flags horizontally?
The appearance of your site is controlled by CSS rules placed in the file style.css in your theme directory. The appearance of the language switcher is controlled by the classes “lang-item” for all languages and “current-lang-item” for the current language.
So you can add the following lines in style.css
.lang-item {
display: inline;
}
Thank you in advance for giving me the line for CSS to move the widget on top of the menu and put it inline.