Move language selector in header menu

Solved

Move language selector in header menu

lplabranche
Excursionist
40 0 20

Hello there,

I would like to get a solution to move my language selector next to the searchbar icon in my website header
Please let me know if anyone as a solution regarding that issue. (Dawn Theme)

 

Screenshot 2024-08-12 at 11.56.51.png

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

- Here is the solution for you @lplabranche 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.desktop-localization-wrapper {
    position: absolute !important;
    left: 200px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723479088128.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 8 (8)

BSS-TekLabs
Shopify Partner
2401 695 835


Hello @lplabranche 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lplabranche
Excursionist
40 0 20

sure

www.inprintstore.com

 

thank you!

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

- Here is the solution for you @lplabranche 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.desktop-localization-wrapper {
    position: absolute !important;
    left: 200px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723479088128.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

niraj_patel
Shopify Partner
2391 516 516

Hello @lplabranche 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
lplabranche
Excursionist
40 0 20

sure

www.inprintstore.com

 

thank you!

niraj_patel
Shopify Partner
2391 516 516

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
      position: relative;
   }
   .desktop-localization-wrapper{
       position: absolute;
       left: 8%;
   }
}
</style>

niraj_patel_0-1723479101186.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-HDL
Shopify Partner
2305 835 910

Hi @lplabranche

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.desktop-localization-wrapper {
    left: 20%;
    position: absolute !important;
}
</style>

Here is result:

BSSCommerceHDL_0-1723478985516.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

sahil0701
Visitor
2 0 0

Hi,

 

I need urgent help adding a language selector to the mobile version of my website. While the language selector is already available on the desktop version, it only appears at the bottom of the side menu on mobile (see the attached photo). I would like it to be prominently displayed in the mobile header, positioned next to the hamburger menu (the three horizontal lines).

 

The language selector should have equal spacing, similar to how the search button and "Add to Cart" button are spaced from each other. It should be compact and display "EN" for the English version of the website and "SE" for the Swedish version.

 

I’ve tried adding code myself but haven’t been able to align the language selector with the hamburger menu. Currently, it looks like it does in the attached photo. As shown in photo 3, I’d like the "EN" selector to be neatly aligned next to the hamburger menu, creating a balanced and polished appearance. I’d greatly appreciate your assistance with this. Thank you in advance.

 

As seen in photo 3, I would like the same "EN" language selector, but placed in line with (next to) the hamburger menu. Please help urgenty. Thanks. 

 

 

Screenshot 2024-12-11 at 20.47.47.pngScreenshot 2024-12-11 at 20.47.55.pngScreenshot 2024-12-11 at 18.30.34.png