Moving Language switcher

Solved

Moving Language switcher

Iozols
Tourist
8 0 1

How can I move the language switcher to the right side ?Ekrānuzņēmums 2025-02-19 191907.png

Accepted Solution (1)

abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

Hi @Iozols , please add the following css at the end of your theme.css file

#HeaderLanguageFormMobile .disclosure__list-wrapper {
  right: -100% !important;
}

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 6 (6)

Abdosamer
Shopify Partner
1040 188 225

Hi @Iozols , can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Iozols
Tourist
8 0 1

https://verdelleskin.com problem is only for mobile menu

Abdosamer
Shopify Partner
1040 188 225

@Iozols , 
Go to theme.css file and add the following code :

@media(max-width:700px){

localization-form {
    margin-left: auto !important;
}

}

Result:

Abdosamer_0-1739988378921.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

thescriptflow
Shopify Partner
337 25 48

May I know do you want to move the Languages text to the right side or Whole Language Selector?
If you want to move the whole then please paste this code in the end of theme.css file.

localization-form {
    display: flex;
    justify-content: flex-end;
}

- Need a Shopify Specialist? Chat on WhatsApp +447828078063

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

Hi @Iozols , please add the following css at the end of your theme.css file

#HeaderLanguageFormMobile .disclosure__list-wrapper {
  right: -100% !important;
}

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Ahmad31
Shopify Partner
224 21 38

Hi @Iozols

Go to Online Store > Themes > Actions > Edit Code

Find style.css in search bar and paste this code in the bottom of this file:

 

 

 

@media(max-width:820px){

localization-form {
    margin-left: auto !important;
}

}

 

 

Save the file and check the changes

Love my work? Buy Me A Coffee
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!