Shopify themes, liquid, logos, and UX
Hello
How can i move my search icon to the left and have it underlined like this
datsau
Solved! Go to the solution
This is an accepted solution.
Hi @TBS2023
Try adding this CSS under header > custom CSS
@media (min-width: 768px) {
.header__desktop__upper {
position: relative;
}
.header__desktop__button:has([aria-label="Search"]) {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.header__desktop__bar__c {
margin: 0 auto;
}
.header__desktop__buttons--icons {
margin-left: auto;
}
}
I hope that helps.
✅ Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!
Hello, what is the password of your store?
This is an accepted solution.
Hi @TBS2023
Try adding this CSS under header > custom CSS
@media (min-width: 768px) {
.header__desktop__upper {
position: relative;
}
.header__desktop__button:has([aria-label="Search"]) {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.header__desktop__bar__c {
margin: 0 auto;
}
.header__desktop__buttons--icons {
margin-left: auto;
}
}
I hope that helps.
✅ Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!
Please can you have a look at the mobile version
It has gone all wrong - how can i apply this only to desktop?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025