Hi @bebop87 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/base.css
- Add code below to end of file
@media(max-width: 749px){
.m-product-card__info .m-product-card__title {
white-space: nowrap;
font-size: 4vw;
}
}
