Language selector appears in menu on mobile in stead of header

HI, I’m using Dawn Theme and moved the language selector to the header using the code suggested by Dan-From_Ryviu in https://community.shopify.com/c/shopify-design/how-to-move-language-selector-to-header-on-mobile-version-dawn/m-p/2021240#M537402

On my laptop it shows the language selector in the header exactly where I want it:

When I look on my iPhone the selector is ‘hidden’ in the bottom of the menu:

Does anybody know how to get the selector in the header on mobile?

My website is https:www.pirobbq.com

Thanks!

Find and remove the following code in your base.css file at line 441:

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

1 Like

Thank you so much! Now it works exactly the way I want it. :blush:

1 Like