Move language selector bar to the top right corner (Translate & Adapt)

Move language selector bar to the top right corner (Translate & Adapt)

NikoEbinuma
New Member
6 0 0

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/

Replies 6 (6)

Small_Task_Help
Shopify Partner
994 39 94

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 */
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

Dotsquares
Shopify Partner
390 25 52

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.


Shopify Partner Directory | Trustpilot | Portfolio
NikoEbinuma
New Member
6 0 0

Hi, 

Thank you for response. 
My apologies I am not familiar with liquid coding. 

Is there a guide i can follow?

Cristina_92
Shopify Partner
124 10 35

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.

Boxi: Bundle Builder & BYOB  - increase sales and AOV by letting your customers build personalized product boxes.
ISBNExpress: Books Importer  - import book details by ISBN into your bookstore with a single click.
Shopify Guides for Merchants
NikoEbinuma
New Member
6 0 0

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.

Cristina_92
Shopify Partner
124 10 35

Thank you for your reply, @NikoEbinuma .

 

You might need to update your theme to have the language switcher in the Header.

Boxi: Bundle Builder & BYOB  - increase sales and AOV by letting your customers build personalized product boxes.
ISBNExpress: Books Importer  - import book details by ISBN into your bookstore with a single click.
Shopify Guides for Merchants