Plugin Author
Gunu
(@grafcom)
@spiritualkurd
find the CSS code that is responsible for this.
Thread Starter
kidcurdi
(@spiritualkurd)
Thanks for the quick reply.
Any idea where I can find it, sorry I’m not that familiar with these sort of things.
Plugin Author
Gunu
(@grafcom)
@spiritualkurd
do you use the Menu or the Widget for the language switcher?
Thread Starter
kidcurdi
(@spiritualkurd)
Hi Gunu
I removed the flags all together but the client wants the flag there and I’ve really tried everything to make the flag inline with the text but without luck.
I’ve tried both widget and language switcher and I get the same result.
I’m currently using language switcher in the top menu.
Any ideas??
Thank you
Plugin Author
Gunu
(@grafcom)
@spiritualkurd
We are working on the menu widget to give it more flexibility.
But for now, use your theme css.
change this:
img {
border-style: none;
height: auto;
max-width: 100%;
vertical-align: top;
}
to this:
img {
border-style: none;
height: auto;
max-width: 100%;
vertical-align: center;
}
Thread Starter
kidcurdi
(@spiritualkurd)
Thank you, that works for now