Why does my banner cut off on mobile app?

Hi, My Banner cuts off on my mobile phone app - It’s fine on the computer, but when you open it on the mobile phone it keeps cutting off!

https://essence-no1.myshopify.com/

Password: Aushow

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
div#Hero-hero-1 {
max-width: 100%;
height: auto;
width: 100%;
height: 350px!important;
background-size: contain;
}
}

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 768px){
.index-section  #Hero-hero-1{
	background-size: 100% 100% !important;
}
}
1 Like

Hi,

This still does not work

can you please add me as staff member so that i check it

1 Like

Yeah how do I do that

I have added you

can you please check now it done

1 Like

This is how it appears now, very squished