My site is not live yet however when I preview it on mobile the headings seem to hyphenate. This also seems to happen one of the desktop catalog pages as well. Does anyone know how to prevent this? Thanks!
Hello there
I have checked your store is password protected. Please share your password from Online store>Preferences>Password
Regards
Titu
Hi there,
It’s shaylo.
Thanks,
Will
Thank you. Can you share a screenshot with red mark for more clear understanding please?
.content-block-wrapper--heading .banner-content__heading.content-block.content-block--heading {
max-width: unset !important;
}
Please add that CSS in theme.css file
.content-block.content-block--heading {
word-break: keep-all !important;
}
Add this CSS also
Wondering if there’s any solution to this?
Thanks,
Will
@media (max-width: 380px) {
.content-block.content-block--heading {
font-size: 38px;
}
}
You can add that css then check if it works
Regards
Titu







