Hi there,
How do i make the search bar on my website smaller and under the header? When i press search it covers all the header . I just want when i press it to come small and under the header.
Hi there,
How do i make the search bar on my website smaller and under the header? When i press search it covers all the header . I just want when i press it to come small and under the header.
Hi @stylME
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @stylME
Try this one.
@media only screen and (min-width: 749px){
predictive-search form {
width: 50% !important;
margin: auto;
}
}
@media only screen and (max-width: 749px){
predictive-search form {
width: 80% !important;
margin: auto;
}
}
And Save.
Result:
You want it like a drop down. Im sorry this design needs a developer to change the original code that you have into drop down design.