Shopify themes, liquid, logos, and UX
PLEASE HELP! I FEEL LIKE I'M GONNA DIE RIGHT NOW. THIS IS SO VERY FRUSTRATING. I'VE WASTED 5 HOURS TRYING TO FIX THIS AND READING DISCUSSIONS HERE BUT NO CODE HAS WORKED.
I HAVE TWO BANNERS.
1st banner:
Looks fine in the computer but on mobile this is what it looks like. The text is overlapping. I want the text to be on the white space only not touching those objects.
2nd banner:
Looks fine in the computer as well but on mobile it's cut/cropped.
Oh god! Why this is so hard. PLEASE HELP ME!
store url: maevincollection.com
Hi @Vince111 ,
Can you please share a preview url so that I can assist you on?
Thank you
Hi @Vince111
Check this one, this may not help that much cause the quality for the small screen is not that good. You need to change the section not the banner for this. Try the multicolumn with images and text.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
div#Banner-template--15223572430932__image_banner_c3jHzz .banner__media {
height: 23vh;
}
div#Banner-template--15223572430932__image_banner_c3jHzz .banner__media.media.banner__media-half.scroll-trigger.animate--fade-in img {
object-fit: fill;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025