How do i change the banner size on mobile view ? - DEBUT Theme

HI there,

The banner is too big on mobile - any ideas how to fix?

My website Url: desavi.myshopify.com

Thanks

@theanh18 Your website is password protected. Please provide password so that I can provide solution over here.

@Hardik29418 You can see Url: https://desavi.myshopify.com/?_ab=0&_fd=0&_sc=1&key=a794a19a464673eee22cbdf8a73ab9af2b58f039bd97b781571895a1e72a4ddd

Thanks

@theanh18

Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.

@media only screen and (max-width: 600px) {
.hero {
    background-size: contain;
}
}
1 Like

@Hardik29418 I can fixed it. Thanks for help!

@theanh18 THank you for the update