I just switched my header to the Fixed header with social icons and additional navigation. I noticed the goo.gl/qr9y4 country flags are automatically added to the top right above the main menu, but as a horizontal list of flags.
Unfortunately my list is rather long, so it breaks the look and feel of the site. Therefore I would really like to make it a dropdown, like the standard goo.gl/qr9y4 dropdown function. Is it possible to convert this list into a dropdown, please?
Hey!
Yes, this should be possible. Open up header.php and replace:
do_action('avia_meta_header');
with:
do_action('icl_language_selector');
Regards,
Peter