Shopify themes, liquid, logos, and UX
The banners are full width on desktop from one end of the screen to the other. However, the Debut theme is not responsive; the images don't scale to size to fit mobile view. I've seen solutions for this but it does not work for the current Debut theme code.
On desktop
and on mobile
May someone help me with this please?
Solved! Go to the solution
This is an accepted solution.
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.slideshow--medium {
height: 130px;
}
.hero--medium {
height: 115px;
}
}
This is an accepted solution.
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.slideshow--medium {
height: 130px;
}
.hero--medium {
height: 115px;
}
}
amazing it worked! thank you so much sir.
its my pleasure to help
Hi,
i am having the same problem with my banner (Theglambassadors.com), I’ve tried the suggested code but it isn’t t accepting it. It’s just displaying the code at the bottom of my site as text. My theme is debut. Any suggestions I can try please?
thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025