Create a new mobile menu. I need to have the language flags in the dropdown version in a widget. The arrow on the right side in the drop down version, is very far to the right side - the is a lot of free space between the letters of the language and the arrow. Can I adjust the width of this.
Is there any documentation that you are following? std doc
While our forum currently is not able to provide support for custom work within, I will be happy to offer some guidance or suggest a direction you might consider exploring.
Try to comment out or remove the property "overflow" for the CSS elements below in the theme CSS file or the CSS file responsible ONLY for the mobile layout of your website:
.widget ul, .widget ol {
overflow: hidden;
...
...
}
This should help fix the dropdown issue, if my directions are not enough we suggest contacting one of our 3rd party contractors that specialize in custom work with WPML: https://wpml.org/contractors/
Please also take into consideration the documentation I sent you before.
Let me know if there is anything else I can help you with.
Regards,
Marsel
The topic ‘[Closed] how to adjust the width of the dropdown language changer’ is closed to new replies.