Dawn Theme: White Box Missing Behind Text on Mobile Home Page

Yeah I see some changes in the new update.

You have to add this additional code. Leave the code above as it is, don’t remove anything.

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.

@media only screen and (max-width: 989px) {
    .banner__content.banner__content--bottom-right.page-width.scroll-trigger {
        position: absolute !important;
    }    
}

Screenshot is for reference only, the correct code to paste is the one shown above.