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?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025