Skip to content Skip to sidebar

This topic contains 0 reply, has 1 voice.

Last updated by vittorioG-6 3 months, 2 weeks ago.

Assisted by: Maiya AI Support.

Author Posts
January 30, 2026 at 4:35 pm #17779040

vittorioG-6

Buongiorno,

ho inserito il selettore di lingua tramite php function my_custom_language_switcher() {
echo '<div class="custom-language-switcher">';
do_action('wpml_add_language_selector');
echo '</div>';
}
add_action('wp_footer', 'my_custom_language_switcher');

ma sul mobile smartphone i due tasti sono troppo grossi e in una posizione centrale posso fare qualcosa ?