• mikedes

    (@mikedes)


    Hi!
    I placed the language switcher in the top panel, but in the mobile version the switcher appears in the drop-down menu. and the top bar disappears
    how can I fix and make sure that the language switcher in the mobile version remains in the top panel?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Abhishek

    (@abhikr781)

    Hello,

    Kindly share the page URL where you facing this issue to check.

    Thread Starter mikedes

    (@mikedes)

    Hi!
    sorry, forgot to attach the link
    this site

    Abhishek

    (@abhikr781)

    Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media (max-width: 320px){
    #top-bar-nav {
        display: block;
    }
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘OceanWP top panel’ is closed to new replies.