Solved

Debut theme - full width image sizing

mbhlg
Pathfinder
120 1 38

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.

Screenshot 2021-07-20 at 16.34.12.png

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

Accepted Solution (1)
ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Expert
5395 971 1293

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
mbhlg
Pathfinder
120 1 38

@ZestardTech I've sent you a message

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing