Dawn Theme: fix the slides images in Mobile View

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.