Dawn Theme: fix the slides images in Mobile View

Topic summary

Main issue: Mobile slides/images in the Dawn theme weren’t displaying as desired on phones (screenshots provided).

Key action: A helper requested the store URL and provided a CSS fix to apply in theme.liquid.

Proposed fix: Add a block before with a mobile media query (max-width: 749px) setting .banner–medium.banner–mobile-bottom:not(.banner–adapt) .banner__media to height: 20rem !important.

Implementation steps: Online Store > Theme > Edit code > open theme.liquid > paste the CSS before .

Outcome: The store owner applied the change but initially saw no difference. The helper checked the live site, reported the code is working, and shared a confirming screenshot.

Status: Tentatively resolved per the helper’s verification; awaiting the store owner’s confirmation or any remaining display issues. The central attachment is the CSS snippet and screenshots showing the before/after behavior.

Summarized with AI on January 9. AI used: gpt-5.

Hello @hypeharborcrew
can you share store URL?

hypeharborcrew.com

Hello @hypeharborcrew

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 749px){ .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media{ height: 20rem !important; } }

Done. But page is still the same

I opened the site and saw that the code is working.