Hello Shopify Community. I have what is sure to be a simple fix with some custom HTML but can’t seem to get it working. The lower text is spilling over on the model in the images but only in mobile format. I need some help making the text wrap sooner but only in the mobile format so the desktop version does not look any different. The first image desktop view is good. The second and thrid lower text is covering the model, help me make it wrap sooner. Thank you so much!
PW is hello123
Hello, @diydesigners
Welcome to the Shopify Community.
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
@media only screen and (max-width: 450px) {
.hero-content {
width: 65%;
}
}
2 Likes
Thank you. You are a life saver!
@diydesigners Thank you for the update.


