Hi,
i just installed WPML plugin, but i dont know how to configure the language flags on header, align the to right. Could you help me?
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Please go to Appearance > Editor and open Header.php file and find
/*
* Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
*/
and add following right below it
do_action('icl_language_selector');
Then add following code to Quick CSS in Enfold theme options under Styling tab
#lang_sel { float: right; }
Cheers!
Yigit