Translate & Adapt Language switcher gone

Topic summary

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.

Hi everyone,

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 - can you share your website link?

Of course! thank you for your help! https://www.sparksnblings.com/

@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

@media only screen and (max-width: 749px) {
.footer-bottom__localization-forms{    position: fixed;    right: 0;    
top: 50%;    z-index: 100;    background: #fff;    padding: 5px;}
}

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:

How it was:

Hello Suyash,

please help me with this issue, you’re my only hope!

Hello Suyash,

please if you could support would this, would be super helpful!

Hello again,

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!

@SparksNBlings - hi it is because you added css to theme-index.min.css file, it is applied to index page only.

Is there some file which is applied for all page like custom css or base.css file?

Hello Suyash,

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!

Hello Suyash,

Please, how can i add the hovering language selector to all pages on website? Thank you so much in advance!

@SparksNBlings what css files do you have?

@media only screen and (max-width: 749px) {

.footer-bottom__localization-forms{ position: fixed; right: 0;

top: 50%; z-index: 100; background: #fff; padding: 5px;}

}

Hello Suyash,

Thank you for responding.

Please find attached the list of css files we have, what would you suggest is best one?

@SparksNBlings check right column, you have theme.css file

please add my given css to it and check

Hello Suyash,

Unfortunately its not working. I dont know why it worked with home page but not across theme… any other suggestions?

@SparksNBlings can you accept me as collab? i will work on it, you can send collab code on email below

@suyash1 I sent you the code, thank you so much!

i have similar issue about the switcher, can you please help me to check? thanks a lot !