Goal: shift Dawn theme’s header breakpoint so the mobile drawer (burger) shows up to 750px and the desktop inline menu from 750px and above.
Key changes proposed: update CSS media queries from 990px to 750px in base.css (header styles and .header__inline-menu) and in header.liquid (hide header-drawer from min-width: 750px). Media queries are CSS rules that apply at specific viewport widths; header-drawer is the mobile menu component.
Results: multiple users confirm the changes worked for them. However, the original poster reports a partial fix: the logo hides and the header grid layout changes between 750px and 989px, indicating other 990px-dependent styles still apply.
Evidence: screenshots were attached (links) to illustrate layout differences at 990px, 989px, and 749px; visuals are central to the reported issue.
Status and next steps: no final resolution for the logo/grid issue yet. Action item is to audit and adjust remaining Dawn CSS rules targeting 990px (e.g., header/logo/grid-related selectors) to align with the 750px breakpoint across all relevant components.
Summarized with AI on February 23.
AI used: gpt-5.
The screen width when the main navigation menu hides and the mobile drawer menu(burger icon) shows up is 990px. I need to change that to 750px. Basically..
The mobile menu should show till ‘@media screen and (max-width: 750px)’
Desktop menu should show from ‘@media screen and (min-width: 750px)’
Using the dawn theme out of the box and in its default state. Any help on this would be great.
Hi,> > This only solves the issue partly. Whilst the main menu and mobile menu switch is happening properly at 750px instead of 990px, for some reason the logo hides itself at 990px and the grid layout changes. Basically, upon applying the above mentioned changes, the logo and grid is being affected between screen width 750px and 989px.> > Attaching screenshots of screen sizes 990px, 989px and 749px.> > http://prnt.sc/1v66rgy> > http://prnt.sc/1v66ulm> > http://prnt.sc/1v66vvv