Is there any way to edit this code and center and widen the search bar in the header?
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.