Search tool is not responding correctly

Solved

Search tool is not responding correctly

TBS2023
Shopify Partner
293 1 39

TBS2023_0-1722229994824.png

When I search something this is what happens

Please help.

 

https://yoga-spirit-mauritius.myshopify.com/

rtewth

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
801 167 178

This is an accepted solution.

Hello @TBS2023 
Go to online store ---------> themes --------------> actions ------> edit code ------->base.css
add this code at the end of the file.

details-modal.header__search {
position: static !important;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
top: 56px !important;
}

 and the result will be
1.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Reply 1 (1)

GTLOfficial
Shopify Partner
801 167 178

This is an accepted solution.

Hello @TBS2023 
Go to online store ---------> themes --------------> actions ------> edit code ------->base.css
add this code at the end of the file.

details-modal.header__search {
position: static !important;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
top: 56px !important;
}

 and the result will be
1.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh