Hi all. I am using the ‘image with text overlay’ section to demonstrate some product features through a photo (see photo below). On desktop it works perfectly, but on mobile the sides get cut off (see photo). Can I resize the photo only on mobile so nothing gets cut off?
Also, I use the ‘image with text overlay’ many other times on the landing page and hopefully we can fix this specific section and keep the others unchanged. Thank you in advance.
Store URL: https://myjerseyposter.com/
Photos:
desktop
mobile
@myjerseyposter
Thanks for post again
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
#shopify-section-1605802304b4a93306 .hero--x-large {
height: 280px;
}
}
amazing help again sir. all the best
@myjerseyposter
Thanks for update and support.
Hello,
I’m currently having a similar problem on my website as well, the image with text banner won’t resize to mobile but when I try the code here to resize it, it actually leaves an unsightly white space between the banner and the header and the rest of the page, on both the mobile and the desktop view.
@Effielah23
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. 
Please share your site URL,
So I will check and provide a solution here.
@Effielah23
thanks for more details. please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (max-width: 749px) {
#shopify-section-hero-2 .hero--medium {
height: 90px;
background-size: contain;
background-color: #000;
}
}
@Effielah23
it’s my pleasure to help us
Hi,
I am having this same issue but that code is not working for me. It is my banner photo that I need to resize so it shows properly on mobile. My website is below.
www.sonnyboyco.com
Can you help? Thank you
@chelsea1powell
thanks for post
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
#shopify-section-hero-1 .hero--large {
height: 170px;
background-size: contain;
}
}
Hi! Thank you for your help. It solved some of the problem but now I have two white bars on the left and right side of the banner image on mobile. See screenshot below.
Can you help me fix this?
Thank you!
@chelsea1powell
its was depend on mobile aspect ration upload bigger size or customization mobile and desktop different image
Hello @KetanKumar - I am also having the same issue, I tried adding the code you posted but it didn’t work for me.
My custom banner doesn’t resize on any screen size - not just mobile, but if I make the screen size smaller on the desktop it cuts off the banner. would greatly appreciate your help.
https://artisstory.com/
pw: crahly
Thank you!
@emenain
sorry for that
i have check all good if you need any issue please share issue image
Hi, I’m having a similar issue with the display on mobile phone.
https://tradersacademyonline.com/pages/workshop-copy
The image sizing is good on desktop.
However the display on mobile got cut off at the bottom of the image as reflected on screenshot.
I tried editing the code on featured-row.liquid under Sections folder but it does not work.
Could you kindly advise how I can change the height display on mobile and not affecting the desktop display?
Thank you.
Hello when using the debut them the picture overaly looks just fine on desktop but when on mobile wont resize . What is the correct code to fix this issue ?
Shopnextpaige.com
@NextPaige
sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (max-width: 749px) {
#shopify-section-1628192623a5542125 .hero--medium {
height: 180px;
}
}