Why is my search bar (top left) looking like this and how do I fix it?
Origin Theme
please do!
what do you need from me?
yes
Hi @haleyg98
To complete your requests, please follow these steps:
details[open] {
position: unset !important;
}
Here is the result: https://prnt.sc/QPskBO880dFq
I hope this helps
Best,
Daisy
Hello @haleyg98
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
details[open] {
position: inherit;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks