Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227661

    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?

    #227667

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #227687
    This reply has been marked as private.
    #227694

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.