Re: Dawn Theme- Resizing to fit Mobile Screen

Dawn Theme- Resizing to fit Mobile Screen

jndunlap
Tourist
3 0 3

My banners look so pretty on a desktop but whenever i click over on my phone it cuts off the banners and it just looks completely different. I’m using the Dawn Theme. and I would like to find out what needs to be done so it looks right on both devices. I’ll post my link so you guys can see it. 

https://theeglamlabb.myshopify.com/

PASSWORD IF IT ASKS: jada

Replies 6 (6)

dmwwebartisan
Shopify Partner
12321 2552 3729

@jndunlap 

lease Go to Online Store->Theme->Edit code then go to assets/section-image-banner.css ->paste below code at the bottom of the file 

 

@media screen and (max-width: 749px){
.banner--medium.banner--mobile-bottom:not(.banner--adapt)>.banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
    height: 15rem !important;
}

.media>img {object-fit: contain !important;}
}

 

Thanks!

 

jndunlap
Tourist
3 0 3

Hey! I’m very new and i’ve never coded anything before sadly🥺 Could you explain with a little more detail what i need to do because Whenever I did it, the coding didn’t change anything and it actually just showed the code on the actual site 

dmwwebartisan
Shopify Partner
12321 2552 3729

@jndunlap 

Please Go to Online Store->Theme->Edit code then go to assets/section-image-banner.css ->paste below code at the bottom of the file .

@media screen and (max-width: 749px){
.banner--medium.banner--mobile-bottom:not(.banner--adapt)>.banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
    height: 15rem !important;
}

.media>img {object-fit: contain !important;}
}

 Please check following screenshot 

2021-10-16_19-06_dmwstore1 ~ Edit ~ Dawn.jpg

jndunlap
Tourist
3 0 3

okay it fixed it but it also does this, does that mean i know need to make my banners wider ?  

90D48AA3-BCFF-4A3E-8BBD-0800989E3979.png

dmwwebartisan
Shopify Partner
12321 2552 3729

@jndunlap 

No , what do you want plase share screensht 

Logius
Explorer
48 0 14

@dmwwebartisan I think the same logic applies here but is there any way to show a full-screen mobile banner? I would like automatic width and 100% height so that it fits on the screen but not sure what code I should write.