Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello
I have managed to move my search icon to the left using this code
<style> /* search icons*/ @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; } .header__desktop__buttons--icons { margin-left: auto; } }</style>
However when open it looks like this
Theme is not live yet
https://6qnwocv4sj1nwdn8-86803415371.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @TBS2023
let add this Custom CSS code:
.header__desktop__upper {z-index: 11;}
the result
This is an accepted solution.
Hi @TBS2023
let add this Custom CSS code:
.header__desktop__upper {z-index: 11;}
the result