Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #384452

    I had a problem with the WPML menu on iPhone (portrait mode) being over the telefone number, which was solved quickly from you guys.

    My clients website is in six different languages. When viewed on an iPhone in portrait mode the last country flag icon is placed on a new line, which should not happen.
    I realized that below 371 pixel width the flag icon is placed on a new line. Above 371 pixel everything is fine.
    Could you guy give me a hint, how I can solve this?

    I have two screenshots (one below and one above 371 pixels) to show you what I mean:
    https://www.icloud.com/photostream/#A2J0DiRHJ6EJN5

    Thanks for your help.

    Cheers, Sam

    #384697

    Hi sambolleter!

    Try adding this to your custom CSS.

    .responsive #top #header_meta .container { width: 100% !important; max-width: 100% !important; }
    

    If it’s still doing it then try adding this as well.

    .responsive #header_meta .sub_menu > ul > li { padding: 0px 9px !important; }
    

    Regards,
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
    #384916

    Dear Eliott

    Thanks for the CSS Code. Work’s perfectly. I didn’t have to modify the .sub_menu padding to make it work.
    Your support is very quick and accurate.

    Regards & cheers, Sam

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WPML Menu on iPhone not wide enough’ is closed to new replies.