New Landing › How can we help? › Atelier › Review stars size
Thanks for response but on the same product page without enlarging it still displays wrongly. Please check the attachment. It should be showing 4.5 and is like one pixel to small.
Regards Bogusz
Try using this css:
.woocommerce .star-rating { letter-spacing: 3.6px; }
– Ed
Now the 4.5 rating looks OK byt 4.0 rating looks like the one in attachment.
Hmm, this seems strange – can you please give it a quick look using the default Twenty 15 theme to see if they display correctly on there?
Hi did it, and it was not perfect as well, but I have added letter-spacing: 0.5px; and it was OK then.
Sounds like a WooCommerce issue if it’s not right on the default WordPress theme. Try adding this css:
.woocommerce .star-rating { width: 78px; }
That’s the last idea I have for it. Try it with removing the letter-spacing css too.
This one solved the issue. Thanks!
Thanks Ed
You must be logged in and have valid license to reply to this topic.