Why is my search bar (top left) looking like this and how do I fix it?
Origin Theme
Search bar in the top-left of a Shopify store (Origin theme, xodarlingco.com) is rendering incorrectly. The store owner shared the URL and asked for a fix.
Likely cause: CSS positioning on the
Proposed fixes:
Both solutions aim to override problematic positioning to fix the search bar/header layout. Images are central to understanding the visual change.
No confirmation from the store owner that either fix was applied or resolved the issue, so the outcome remains unconfirmed/ongoing.
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