Shopify themes, liquid, logos, and UX
Hello,
I am having a issue in finding out how to move the language bar at the bottom of my page to the top right corner? I used the (Translate & Adapt) app for the translations. The language selector is in the footer, but I want to have it in the top right corner.
Not really familiar with CSS and JS. Hoping someone can point me in the right direction
website link
https://store.lfc-japan.jp/
Hi,
Hope this will help
-Find and Move Language Selector to the Header (it might look like {% render 'localization-form' %} or similar))
- Adjust Position with CSS
CSS code example
.language-selector {
position: absolute;
top: 10px; /* Moves it to the top */
right: 20px; /* Moves it to the right */
}
Hi @NikoEbinuma ,
This may be from the theme. You need to edit the liquid code and connect the translator app.
Let me know if you need more help.
Regards,
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
Hi,
Thank you for response.
My apologies I am not familiar with liquid coding.
Is there a guide i can follow?
Hello @NikoEbinuma !
We have an article that explains how to enable language selector in the Header and Footer in the Dawn theme. Please read How to add language switcher to Shopify store.
Let me know if it worked for you.
Hi,
Thank you for the link.
I tried to follow the steps but I am afraid I do not see the option to add language selector on the header.
Thank you for your reply, @NikoEbinuma .
You might need to update your theme to have the language switcher in the Header.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025