New Shopify Certification now available: Liquid Storefronts for Theme Developers

Search bar size

stylME
Tourist
3 0 2

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.

Screenshot_20231014_195237_Chrome.jpg

Replies 5 (5)
Made4uo-Ribe
Shopify Partner
4235 979 1193

Hi @stylME 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


stylME
Tourist
3 0 2

Hi ,

There is no password.  

http://femmestudio.co.uk

Thank you

Made4uo-Ribe
Shopify Partner
4235 979 1193

Hi @stylME 

Try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@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:
  • Made4uoRibe_0-1697315601464.pngMade4uoRibe_1-1697315618366.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


stylME
Tourist
3 0 2

I have tried that and i just want my search bar be under the search icon . Something like that 

Screenshot_20231014_214551_Chrome.jpg

 

Made4uo-Ribe
Shopify Partner
4235 979 1193

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.  

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com