Hi @Vince111
Check this one, this may not help that much cause the quality for the small screen is not that good. You need to change the section not the banner for this. Try the multicolumn with images and text.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
div#Banner-template--15223572430932__image_banner_c3jHzz .banner__media {
height: 23vh;
}
div#Banner-template--15223572430932__image_banner_c3jHzz .banner__media.media.banner__media-half.scroll-trigger.animate--fade-in img {
object-fit: fill;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
