I’m curently using Dawn theme. How to transform my header from this:
![]()
To this:
I want to have the menu under the header and the search bar in the middle.
A user working with Shopify’s Dawn theme wants to restructure their header layout. The goal is to move the navigation menu below the logo and position the search bar in the center of the header.
Proposed Solution:
Another user provided a two-step approach:
header.liquid file to reposition the search elementgrid-template-areasThe solution included screenshots showing the expected result.
Current Status:
The proposed fix did not work on the original poster’s store (www.infinipic.art). They shared a screenshot showing the unchanged header layout. The discussion remains open with the issue unresolved, awaiting further troubleshooting or alternative solutions.
I’m curently using Dawn theme. How to transform my header from this:
![]()
To this:
I want to have the menu under the header and the search bar in the middle.
Hi @infinipic
Step 1: Go to header.liquid file https://prnt.sc/MM-NYrlgIE4r then add this code
{%- if settings.predictive_search_enabled -%}
{%- else -%}
{%- endif -%}
Step 2:
header.header {
grid-template-areas:
"heading searchCustom icons"
". navigation ." !important;
}
Here is the result:
This is how we test in our store, if it doesn’t work on your store, please share store link
Best,
Daisy
Thank you for your response.
Unfortunately, didn”t work.
This is the link to my store: www.infinipic.art