Language selector not showing up on mobile

I am using translate & adapt on Craft template, i have the language selector displayed in the header section and it is working correctly but the problem is that the selector is not showing in mobile. Also when i add the selector on footer, it displays when i customize the website but not on the live website.

Hi @Anila1

Would you mind to share your store URL? Thanks!

Hi, here is the store URL:
https://handmadedresses.no/

Oh, the language selector is automatically place on the drawer menu for the mobile.

i had already checked the drawer and it wasn’t showing, now it is there lol thanks a lot

Maybe you miss it out, everytime you make some change in the Edit theme. Make it a habbit to refresh the browser always.

I have the same problem. Language selector not showing up on my Mobile

I have same issue, can anyone help?

I have same issue, can anyone help?

Hi @venusk

Please, share your store URL. THanks!

Just Try to zoom in the browser to 110% and u will start seeing it

I use Essential Theme and solved this problem by using css at component-menu-drawer.css.

  • find class which language selector is, in my case it’s menu-dwawer__footer

  • add margin-bottom as you want

You also can make it appear directly on header like on desktop by adding this code to Custom CSS in your Online Store > Themes > Customize > theme settings

.desktop-localization-wrapper localization-form { display: block !important; }

But your site will look like this on mobile.