Full Width Text Required on Image Banner (Dawn Theme)

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 only screen and (min-width: 750px) { .banner--content-align-left.banner--desktop-transparent .banner__box{ max-width: 100% !important; } }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.