Comments 3Lucie_Hanot16 started the conversationSeptember 4, 2020 at 7:43amHi,I would like to change the width pf my language switcher. I went all way through the forum of WPML but any of the additionnal CSS work for me... Could you help me please ? 8,851Tahir repliedSeptember 4, 2020 at 7:51amHey Again,Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url. Thanks ThemeNectar Support Team 3Lucie_Hanot16 repliedSeptember 4, 2020 at 7:58amThank you Tahir, I've just found the solution here is the CSS to solve the problem :li.wpml-ls-item .sub-menu { width: 47px; padding: 0;} li.wpml-ls-item .sub-menu li { border-bottom: 1px solid grey;} li.wpml-ls-item .sub-menu img { margin: 7px;}Have a nice day1 Like Sign in to reply ...
Hi,
I would like to change the width pf my language switcher.
I went all way through the forum of WPML but any of the additionnal CSS work for me...
Could you help me please ?
Hey Again,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Thanks
ThemeNectar Support Team
Thank you Tahir,
I've just found the solution here is the CSS to solve the problem :
li.wpml-ls-item .sub-menu {
width: 47px;
padding: 0;
}
li.wpml-ls-item .sub-menu li {
border-bottom: 1px solid grey;
}
li.wpml-ls-item .sub-menu img {
margin: 7px;
}
Have a nice day