Este hilo está resuelto. Aquí tienes una descripción del problema y la solución.
Problem:
The flags in the mobile version menu are not centered or aligned to the left, possibly due to a recent update in WordPress, WPML, or the theme used. Attempts to adjust it with CSS have been unsuccessful.
Solution:
Add the following CSS in Apariencia -> Personalizar -> CSS Adicional:
@media (max-width: 767px){ ul .wpml-ls-menu-item a{ display: inline; } }
Save the changes and check the result.
Relevant Documentation:
- [WPML](https://wpml.org/)
- [Customizing the Appearance of WPML Language Switcher](https://wpml.org/documentation/getting-started-guide/language-setup/customizing-language-switcher/)
Este es el foro de soporte técnico de WPML, el plugin multilingüe de WordPress.
Todas las personas pueden leerlo pero solo los clientes de WPML pueden ingresar comentarios. El equipo de WPML responde en los foros 6 días a la semana, 22 horas por día.
Este tema contiene 3 respuestas, tiene 2 voces.
Última actualización por hace 1 año, 6 meses.
Asistido por: Carlos Rojas.