Hello, my cart info doesnt seem to fit in mobile, its smushed as the image shown below:
And I already added the code at the bottom of theme.css as shown below:
@media only screen and (max-width: 749px) {
.list-view-item__title {
min-width: 151px;
}
}
@media only screen and (max-width: 749px) {
.cart td:first-child, .cart th:first-child {
padding-left: 10px;
}
.cart__price {
padding-right: 10px;
}
}
Any help?
