How To Move The Search Bar to left little bit with currency selector and card button

Solved

How To Move The Search Bar to left little bit with currency selector and card button

Jackson-pollock
Excursionist
23 0 2
Accepted Solution (1)

sahilsharma9515
Shopify Partner
1277 165 247

This is an accepted solution.

Hi @Jackson-pollock Thanks for the URL, Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

.header__icons.header__icons--localization.header-localization {
    margin-right: 10px !important; // change the 10px according to you as you want it.
}

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

Replies 3 (3)

PageFly-Oliver
Shopify Partner
878 190 187

Hi @Jackson-pollock ,

 

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(min-width:767px){
.header__icons .desktop-localization-wrapper{
order: 2 !important;
}
.header__icons .EzfyHeaderSearch.EzfyHeaderSearch--desktop{
order: 0 !important;
}
}

</style>
 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

sahilsharma9515
Shopify Partner
1277 165 247

This is an accepted solution.

Hi @Jackson-pollock Thanks for the URL, Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

.header__icons.header__icons--localization.header-localization {
    margin-right: 10px !important; // change the 10px according to you as you want it.
}

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


kanchandigisoft
Shopify Partner
16 3 2

Hi @Jackson-pollock ,

 

You can try this code by following these steps.

https://prnt.sc/eiMfzy_8tBz1


Kanchan Dhiman