Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I have the same issue.

    Please, advice!

    Thread Starter s9606564

    (@s9606564)

    The root cause is that in the css of the plugin the min-width if the bar is set to 900+ pixels. So if you choose to align the flags on the right hand side, you do not see them.
    I added this css to my custom css of my theme to overrule the plugin css

    #langbf_bar {
    min-width: 320px !important;
    }
    .langbf_links {
    width: auto !important;
    margin: 0 20px !important;
    }

    But it would of course be better if the author of the plugin improved this in a next version.

    Great, it works!

    Your are a genious!

    Thanks!

    unfortunately it does not work on Firefox / Chrome mobile
    Safari is fine!

    Any ideas?

    Warm regards,
    Angela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Language bar on mobile / responsiveness’ is closed to new replies.