Hi,
Contacted WPML to get help, thought it will be an easy fix width: … css code… However turned out WPML was not able to help me and referred to you, theme creator.
https://screencast.com/t/rE8xATg4e
https://screencast.com/t/vKinH2sUs
Basically I need to change the width of the language switcher drop-down menu and WPML saying I need to add a custom class… Well I understand what it is, but not that good CSS coder… Could you advice me what to do and how to narrow it down?
I need it to look like this: https://screencast.com/t/CKPFg23Jwp
Thanks!
Kirill
Hey kirillko,
Add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.wpml-ls-current-language .sub-menu {
width: 100% !important;
}
Best regards,
John Torvik
Hi,
Sadly no, has no effect on front end look of the language switcher what so ever.
Any other suggestions?
Kirill
Hi Kirill,
I added following code to Appearance > Custom CSS
.menu-item-language ul.sub-menu {
width: 50px;
opacity: 1!important;
}
please review your website
Best regards,
Yigit
Hi,
Bravo! As usual best wishes, higher salary, better weather, sunnier days and all that good stuff :)
Thanks!
Kirill