1 Like
hi @mohit,
go to your checkout editor and then click on More Actions icon > Custome Codes > CSS and paste the following code. This will fix your problem for mobile devices.
@media screen and (max-width: 768px) {
.product-list .pl-item .pl-name {
gap: 0px;
}
.product-list .pl-item .pl-price {
min-width: 60px;
}
}