Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #387320

    Hi There,

    I’m currently using the WPML plugin to show different languages of the website, however, I’m encountering this issue with the language selector.

    Please take a look at my screenshot or access my website on mobile devices to see the problem.

    Thanks.

    #387798

    Hi gyverchang!

    Try adding this to your custom CSS.

    .avia_wpml_language_switch {
      position: relative !important;
      top: -30px !important;
      left: -100px;
    }

    Best regards,
    Elliott

    #391914

    Dear Elliott,

    The language switch looks alright on mobile but totally disappeared on desktop mode.

    #391992

    Hey!

    Please change Elliott’s code to following one

    @media only screen and (max-width: 769px) {
    .avia_wpml_language_switch {
      position: relative !important;
      top: -30px !important;
      left: -100px;
    }}

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.