A Shopify store owner reports that their floating language switcher from the Translate & Adapt app disappeared in mobile view and now only appears in the footer, negatively impacting user experience and sales.
Initial Solution Attempt:
A helper provided CSS code to add to base.css to create a fixed floating switcher
The code partially worked but positioned the switcher incorrectly (middle of screen instead of top) and also displayed an unwanted currency switcher
Ongoing Issues:
The store owner repositioned the switcher to lower left but encountered new problems: the language selection window won’t close when clicked again, and the switcher only appears on the homepage, not across all pages
Root cause identified: CSS was added to theme-index.min.css which only applies to the index page
Current Status:
Helper suggested adding the CSS to theme.css file instead for site-wide application
This approach also failed to work
The helper has requested collaborator access to directly troubleshoot the issue
Another user has joined the thread with a similar switcher problem
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
I’m using the Translate & Adapt app for my Shopify store to provide language translations. Previously, the floating language switcher worked perfectly, especially in mobile view—it would stay visible as customers scrolled, making it easy to switch languages.
Recently, the floating language switcher disappeared, and now the only option is to place it in the footer. This makes it hard for customers to find, which is impacting my sales and retention.
I reached out to my theme developers, and they suggested contacting Shopify to help re-add the floating language selector to the updated version of the theme.
Can anyone guide me on how to get the floating language selector back in mobile view? Thank you in advance!
@SparksNBlings - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme-index.min.css
THank you so much for your help Suyash! However, it didnt quite work… although language switcher is hovering anywhere i scroll, its appearing right in the middle of the screen instead of how it used to appear on top of the search Web URL search bar. Also it appears the currency switcher is also appearing which is not whats needed.
Please find below a screenshot of how it is now and below it how it was:
I managed to move the position of the language switcher from middle of page to lower left side of mobile screen however when i click on the language switcher and then reclick again, the window of languages doesnt close, how can i fix that? Also i noticed the language switcher isnt available across all pages of my website, only the home page, how do i fix that? Thank you so much!
Thanks again for your response and help! I am not sure if there is some file like that… Maybe the currency selector on the heading which is found on all pages? it would be in this localization-form.liquid file. Or maybe the header and footer, which are also in all pages? Please if you could help me solve this, would be absolutely great!