WPML flags on mobile

Hello,

How can I display all WPML language flags on mobile so that they’re all immediately visible? On the moment can see after click on it, this is good on pc, but not on phones.

url: https://carbonvega.com/ pw: 12345

Best,

Steve

Comments

  • Hi,

    Please try the following CSS code:

    @media only screen and (max-width:767px){
     .wpml-ls-item .sub-menu{
      display: block!important;
      align-self: center
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Will test, thx!

Sign In or Register to comment.