How can I center my search suggestions on my website screen?

How can I center my search suggestions on my website screen?

Kareem-bitar
Tourist
12 0 6

how i can customization the search suggestions to be the center of screen? 

This My Website  https://spoontag.com/

Thanks.

Reply 1 (1)

Keshan97
Shopify Partner
72 9 24

Hi Kareem,

I found out there are a ton of CSS issues in the website, Here's the fix for the given issue

.predictive-search.predictive-search--header {
    left: 0 !important;
    transform: translateY(0px) !important;
    margin: 0 !important;
}

.search-modal__form {
    position: relative !important;
}

 

Add this code, as custom Css, Since there are too many issues in given CSS, Not 100% sure about the code, But let me know once you add this. 

 

Best Regards,
Keshan Vishwajith
Shopify Certified Theme Developer
Feel free to drop me an email
www.loomod.com