Shopify themes, liquid, logos, and UX
Hi @ai41 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media screen and (max-width: 749px) {
.banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
position: static; !important
}
.banner--mobile-bottom .banner__media, .banner--stacked:not(.banner--mobile-bottom) .banner__media {
position: static !important;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hi @ai41 ,
The issue you were facing on the mobile screen has been resolved. I provided the code, and now the image appears full on the mobile screen.
it did not work
YEAH ITS WORKING , BUT NOT USING YOUR CODE , I FINDOUT WAY , THANK YOU
Hi @ai41
Try this one.
@media only screen and (max-width: 749px){
div#Banner-template--18388846379263__image_banner_eDbLHP .media > img {
object-fit: fill;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025