Language selector

Latest Reply from Dave at 2016-04-27 04:06:11
Hello,
I was wondering if you could help with the .css to add the script
<?php do_action('icl_language_selector'); ?>
into the header of the page, below the search box area. You can see it here:
http://www.novakemio.com

(I haven't added the language selector, because it always appears above the date, o in the middle covering the logo)

Thank you!

Heather
(or above the search button would be OK too!)
Hi!

You may simply add the code:
#lang_sel_list li {
float:right !important;
}


to the style.css of the theme or insert this code on page JellyBean --> Integration --> Custom CSS to align these selectors to the right.
Hi, thank you,
I had tried that! but the "search" field is in the way, and it doesn't align properly...
you can see it here
http://www.novakemio.com

Hi!

Then you need to insert the code:

<?php do_action('icl_language_selector'); ?>

before the search is called in header.php.

Leave a reply

Add codeAdd image