Hi kriesi-team,
I use polylang plugin and it works great with enfold. I have just a little layout issue with it:
Do you see an (easy) way to float the language switcher at the right side of the desktop while the menu stays at the left side? I’ve tried and don’t get any further with it.
Thanks a lot for your help!
Lena
Hey lenalavendel,
use this code in Quick CSS field:
#menu-item-90-en {
float: right;
}
We recommend to work with WPML, as it gets fully supported with Enfold theme.
Best regards,
Andy
That’s it!
Thanks for your fast answer.