Hey,
I want to place the search icon infront of the search text in my search bar.
This is my search bar right now:

How i want it to be:

my store: https://r1vex.myshopify.com/
Hey,
I want to place the search icon infront of the search text in my search bar.
This is my search bar right now:

How i want it to be:

my store: https://r1vex.myshopify.com/
Hello @manbru
You need to add the css in ‘base.css’ file
.desktop-search input.search__input.field__input {
padding-left: 4rem;
}
.desktop-search label.field__label, .desktop-search .field__input:focus~.field__label {
left: calc(var(–inputs-border-width) + 4rem);
}
.desktop-search button.search__button.field__button {
left: 0;
}