pier-acuti
Member
Posted 9 months ago #
Hi
I have switched to the mantra theme from twentyeleven, but the multilingual press widget stacks language flags one on top of the other rather than putting them side by side nicely like in twentyeleven, see it for yourself. I am using the option flag + text otherwise flags on their own would look awful...
Is there any way I can achieve the same with mantra as in twentyeleven?
thanks in advance!
Pier
http://wordpress.org/extend/plugins/multilingual-press/
Hi Pier,
you need to add some css to your theme (or you can use a childtheme). Here is the code to enable the side by side view.
.widget-area .mlp_language_box ul li {
display:inline;
background:none;
}
But the current version of your site looks great.
pier-acuti
Member
Posted 9 months ago #
Hi Robert, That's very helpful many thanks!