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

    Hi there,

    When watching my site in a cell phone the WPML widget appears like you can see in the attached private image at the top menu area

    As you can see the languages are not inline as they are supposed to be, the english language floats to another line because there is no width enough to display in the same line when watching it in a small screen.

    How can I fix this? Can you help me with it? Any help would be appreciated.

    Regards.

    #276580

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 480px) {
    ul.avia_wpml_language_switch li {
        padding: 0 !important;
    }
    }
    

    Cheers! 
    Josue

    #276582

    It worked!!

    Many, many thanks!! You are awesome, I love you guys! (In a non sexual way, ok? lol)

    Hope you have a great day!

    #276583

    Hehe, you are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WPML and responsiveness problem’ is closed to new replies.