Hi! I just tried this solutions. Still works great! How would I do to expand the search bar full widht? I’ve set the menu as a drawer followed by the logo and then to the right search, account and cart - and would like the search bar to extend all the way to the logo.
Topic summary
A user seeks to replace the Dawn theme’s search icon with a visible search bar while maintaining the predictive dropdown functionality. A solution is provided involving custom code modifications to header.liquid and theme.liquid files.
Core Solution:
- Replace specific code around line 296 in
header.liquidwith provided markup - Maintains predictive search dropdown while displaying the search bar permanently
- Multiple users confirm the solution works successfully
Follow-up Customizations Addressed:
- Full-width expansion: Add CSS to
theme.liquidusingwidth: 100% !importantandmax-width: 100% !important - Search results alignment: Adjust positioning by changing
left:tounsetandtranslateX(50%)to0% - Background color changes: Question raised but not yet answered
Unresolved Issues:
- Compatibility with mega menu and top-left logo layouts (multiple requests)
- Mobile version not displaying the search bar
- Request for updated code (original code may not be visible)
- Left-aligned search bar positioning
- Centering and widening the search bar
The thread remains active with several customization requests pending solutions.