How can I move the search bar to the right on Sense theme?

Hi!

I’m writing here cause I’ve been trying to figure this out unsuccessfully: on my page, the search bar is showing on the left, but I would like for it to be on the right, next to the cart and “my account” symbols.

I’m using sense theme

is there anything I can do to change it?

thank you!

url: https://gellednails.com

password: 123456

HI @gadea_1 Thank you for your question.
I’ve check your page, I see the code to show search icon near the cart icon is already exist in your theme.
In this case I think you can change the position by some settings in your theme.
You can find setting in header section in theme customize, or contact with theme supporter, I think they can help you.

Hi @gadea_1 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
media screen and (min-width: 990px){ 
.header--top-center>.header__search {
    display: none !important;
}
.header--top-center .header__icons .header__search {
    display: inline-flex !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Hi @AvadaCommerce thank you for the answer,

I pasted it on my website but I didn’t see any change, am I missing something?