Hi everyone, hope you are having a great day!
I set the image for the Email Signup Banner, it looks very good lying down. But when I switch to phone view it cuts off the edge of the image, which is very ugly.
Is there any way to fix this? I have tried a bunch of things.
Thanks in advance! 
Hi @Nandor_1
Please share your store link so I can take a closer look
Best,
Daisy
Hello @Nandor_1 ,
Yes, there is away to fix this. it does require coding.
Essentially you would have two images one for mobile and one for desktop. You would detect what the device size when the password page was browsed when the image is shown.
The real question becomes how important is this to you and your success?
If I want the site to look serious, it’s very important that it’s perfect everywhere.
Hi @Nandor_1
The store is password-protected, please share the pass too
Best,
Daisy
Hi @Nandor_1
If the image is displayed in full width, it will appear small like this. Do you still want to proceed it so we can provide you the code?
Best,
Daisy
the problem is not with the home page but with the password pre-subscribe page, as you can see it cuts off the edge of the image.
Hi @Nandor_1
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
@media screen and (max-width: 768px){
body.password .banner__media.media {
height: 25rem !important;
}
}
Here is the result:
I hope this helps
Best,
Daisy