Hello:
I need my text on the video banner to be smaller on mobile view. It is blocking the image
Url:ausomeapparelco.com
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%;
}
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!