Hi guys,
I would like to align Product Review Stars status title to be under the stars In Product Card in collections and product page to that all stars in all products cards are aligned and in the center, in mobile view .
Thank you,
Hi guys,
I would like to align Product Review Stars status title to be under the stars In Product Card in collections and product page to that all stars in all products cards are aligned and in the center, in mobile view .
Thank you,
Hallo @Alliance
You can add code by following these steps to change
paste below code at bottom(base.css)
@media only screen and (max-width: 525px) {
.spr-badge {
display: contents !important;
}
}
If you require any further information, feel free to contact me.
Best regards,
Great. Only add buttom margin to the title status. Thank