Hi WoodMart Team,
I hope you’re doing well. I’ve added the following CSS to center the stars in the star-rating section:
.star-rating {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
}
The stars are properly centered for unrated products, but for rated products, the stars are not aligning correctly. I’ve attached an image showing the issue.
Could you guide me on how to ensure that the stars for rated products are also centered?
Thank you in advance for your help!
Best regards,
Attachments:
You must be
logged in to view attached files.