A space to discuss online store customization, theme development, and Liquid templating.
Hi Experts!
I am new to Shopify and I have an issue.
The Search Bar is currently displayed on top of my "Account" and "Cart" buttons and i need to move it.
I had a Shopify designer manually add the text next to these buttons so i think this is the root cause of the search bar being on top of them.
I would like to just move the search bar to the left of the two buttons where there is space for it.
Any advice?
ps. I am not a programmer but can copy/paste code if instructions are given 🙂
Website: www.sourceofnature.eu
Solved! Go to the solution
This is an accepted solution.
svg.modal__toggle-open.icon.icon-search {
right: 60px !important;
position: relative !important;
}
Add this code in base.css file.
This is an accepted solution.
svg.modal__toggle-open.icon.icon-search {
right: 60px !important;
position: relative !important;
}
Add this code in base.css file.
Thank you for the quick reply. It worked!