What's your biggest current challenge? Have your say in Community Polls along the right column.

debut theme - banners are not responsive for mobile

Solved

debut theme - banners are not responsive for mobile

Motag
Visitor
2 0 2

Site https://www.motag.com 

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 

Screen Shot 2022-03-16 at 1.49.07 PM.png

and on mobile  

IMG_7592.PNG

IMG_7591.PNG

IMG_7590.PNG

 May someone help me with this please? 

Accepted Solution (1)

KetanKumar
Shopify Partner
37445 3664 12119

This is an accepted solution.

@Motag 

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;
}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
37445 3664 12119

This is an accepted solution.

@Motag 

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;
}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Motag
Visitor
2 0 2

amazing it worked! thank you so much sir. 

KetanKumar
Shopify Partner
37445 3664 12119

@Motag 

its my pleasure to help 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
G_B
Tourist
5 0 1

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!