How to display the widget flags horizontally?

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
123.lang-item {  display: inline;}
The topic was also discussed on the support forum: Flags vs. Text Links in widget

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注