hi! can someone fix the text on the t-shirts page on phone view?
the text is not on one line with the price
please fix it so that it is right on every page and optimized on phone
A user reports text alignment issues on their t-shirt collection page when viewed on mobile devices. The problem appears to involve text not displaying on a single line and potentially overlapping with pricing elements.
Proposed Solution:
Another user provides CSS code to fix the alignment across all devices:
.product-card__info elements to ensure proper width and gap settingsThe suggested code aims to optimize the layout for consistent single-line text display on mobile views. The issue remains unresolved pending implementation of the proposed fix.
hi! can someone fix the text on the t-shirts page on phone view?
the text is not on one line with the price
please fix it so that it is right on every page and optimized on phone
@Disci oh sorry for that issue, can you pleas add below code its work all device perfect view one line
.product-card__info .justify-items-center {width: 100%;}
.product-card__info .v-stack.justify-items-center.gap-1 {gap: 0 !important;}