How can I adjust image size for full width on Debut theme?

Hello!

Would someone be able to help me alter the size of this image to fill the box but not to stretch the image? I’m using debut theme and this is in mobile view on my site.

Feel free to message me directly for site/password, thanks

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@ZestardTech I’ve sent you a message

1 Like

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

@media only screen and (max-width: 749px){
div#shopify-section-1622220477d4d6428a div#Hero-1622220477d4d6428a {
background-size: cover;
height: 67vw;
}
}
1 Like