• Resolved adibru

    (@adibru)


    so, first of all: I’m not a really high qualified wordpress user πŸ™‚
    i use polylang on my site (www.damien-brunner.com).. as you can see the 2 languages icons are on the top (right)
    now as you smaller the browser my theme changes to mobile view.. and there is the problem.. polylang is not there anymore. it just disapears.. whats the mistake i make?

    https://wordpress.org/plugins/polylang/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    Here is what hides the language switcher for small screens:

    @media (max-width: 767px) {
    #toolbar, #headerbar, #menu, #breadcrumbs, #totop-scroller {
        display: none;
    }

    in your responsive.css stylesheet.

    Thread Starter adibru

    (@adibru)

    Hey Chouby… thank you so much! thats awesome πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Polylang not showing on mobile (responsive)’ is closed to new replies.