All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello:
I need my text on the video banner to be smaller on mobile view. It is blocking the image
Url:ausomeapparelco.com
Hi @bnbrown88
Try this one.
@media only screen and (max-width: 550px){
h2.banner__heading.inline-richtext.h2 {
font-size: 1.5rem;
width: 50%;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!