Okay
  Public Ticket #2528529
Language Switcher Width
Closed

Comments

  •  3
    Lucie_Hanot16 started the conversation

    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 ?

  •  8,851
    Tahir replied

    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 

  •  3
    Lucie_Hanot16 replied

    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