Goal: Center the Klaviyo star rating widget and its count on mobile, with the count above the heart icon.
Proposed solution: Add a mobile-only CSS rule via theme assets.
Outcome: The responder shared an after-screenshot showing the widget centered on mobile.
Notes:
Hello, I would like to center the Klaviyo Star Rating Widget on mobile only, so that the ratings count appears above the heart rating and they are both centered. Here is a screenshot of how it looks now.
Here is a link to a product page: https://taiku.shop/products/cartoon-toast-cat-plush-toy
Thank you!
Hi @Taiku
Check this one.
@media only screen and (max-width: 767px){ span.klaviyo-star-rating-widget { text-align: center !important; } }
And Save,.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!