Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
https://discinetherlands.com/collections/t-shirts
@Disci oh sorry for that issue, can you pleas add below code its work all device perfect view one line
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-card__info .justify-items-center {width: 100%;}
.product-card__info .v-stack.justify-items-center.gap-1 {gap: 0 !important;}