How to change positions of language and currency icons on header impulse theme?

Solved

How to change positions of language and currency icons on header impulse theme?

VisarK
Trailblazer
165 0 33

Hello everyone hope you all doing good,in my impulse theme the position of language and currency icons aren't good.I want to be before the other icons in header section like in image below

20250409_234326.jpg

Screenshot_20250406_124201_Chrome.jpg

Accepted Solution (1)
suyash1
Shopify Partner
10858 1342 1718

This is an accepted solution.

@VisarK - will menu be ok on 2 lines? menu taking too much space and content is overlapping, we can make it like this 

 

suyash1_0-1744251064877.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 9 (9)

suyash1
Shopify Partner
10858 1342 1718

@VisarK Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
VisarK
Trailblazer
165 0 33
suyash1
Shopify Partner
10858 1342 1718

This is an accepted solution.

@VisarK - will menu be ok on 2 lines? menu taking too much space and content is overlapping, we can make it like this 

 

suyash1_0-1744251064877.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
VisarK
Trailblazer
165 0 33

Yes @suyash1 like this is very good

suyash1
Shopify Partner
10858 1342 1718

@VisarK 

please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
 
@media only screen and (min-width: 769px) {
.header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons {min-width: initial;}
.header-layout--left-center .header-item--icons{flex-direction: row-reverse;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
VisarK
Trailblazer
165 0 33

Thanks a lot @suyash1 it looks good now even you make better 

B2Bridge
Explorer
363 75 91

Hi @VisarK 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

VisarK
Trailblazer
165 0 33

Hello @B2Bridge  okay 

www.pawshubs.com

B2Bridge
Explorer
363 75 91

Hi @VisarK  , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

.header-item.header-item--icons {
   display: flex !important;
    flex-direction: row-reverse !important;
    min-width: unset !important;
}

Screenshot_1.png

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.