weird search bar glitch

Why is my search bar (top left) looking like this and how do I fix it?

Origin Theme

2 Likes

please do!

what do you need from me?

https://www.xodarlingco.com/

yes

Hi @haleyg98

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
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