How to make my home page resize on mobile to look like the desktop version

How to make my home page resize on mobile to look like the desktop version

Zakariatheguy
Excursionist
52 0 9

Hi there I would like to have my home screen on desktop the same as on mobile. How do I do that?

 

My website: www.auntclothing.com

 

 

Replies 2 (2)

Emirates7
Shopify Partner
214 50 40

Hi Zakariatheguy,

 

Go to Online Stores -> Themes -> Customize -> Theme Settings -> Custom CSS and add below code:

 

 

@media (max-width: 767px) {
.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
height: 20rem !important;
}
}

 

 

Regards,

Emirates7

Zakariatheguy
Excursionist
52 0 9

Thanks this works but the button and text are not resizing. How can I do that?