Image banner blurry on mobile

Image banner blurry on mobile

nothingchanges
Explorer
58 0 12

My mobile view banner looks very blurry but clear on desktop. Can someone help me on this please?

 

Website : https://nothingchanges.com.my/

 

Password : kyle12477

Replies 2 (2)

CodingFifty
Shopify Partner
891 130 164

Hi @nothingchanges,

 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

@media screen and (max-width: 749px) {
    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 97vh !important;
    }
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com